@thk2b/oui
v0.3.1
Published
An unopinionated UI library
Downloads
7
Readme
npm install --save @thk2b/oui
oui
Open UI
This repository contains implementation of common features.
scope
oui
focuses on the dynamic aspects of user interface. This means that we render plain HTML5 elements, and apply only sructural styling to elements.
Overall, oui
manages the layout and dynamic elements of the app, but remains unopinionated towards decoration, which should to be left to brand-designers.
principles
- overidability: every element renderd by
oui
should be customizable. Every component has astyle
andclassName
prop that can be used to add you own styles. If a component renders more than one element, each element should recieve its ownstyle
andclassName
hook.