0.3.1 • Published 6 years ago

@thk2b/oui v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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 a style and className prop that can be used to add you own styles. If a component renders more than one element, each element should recieve its own style and className hook.

Modules

  • Grid (Docs) A CSS Grid component

  • Popover (Docs) A popover component that renders its children only if the component has been clicked.

  • Resiable (Docs) A component that makes another component resizable.

0.3.1

6 years ago

0.3.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago