elmnt
v0.6.5
Published
HTML elements reimagined with react
Downloads
30
Readme
Elmnt
HTML elements reimagined with react.
yarn add elmnt
Components
- Div: wrapper for flexbox-like layouts
- Icon: SVG icons
- Txt: static and dynamic text
- Modal: modal dialog
- Mark: markdown renderer
- Input: flexible input control
Overview
Elmnt is a small collection of stylable React components which can be used as the building blocks for complex, interactive, visually coherent UIs.
Div, Icon, Txt, Modal and Mark are all used for layout and static content, while Input provides a flexible control for boolean, int, float, string, date and file values (and multi-value equivalents).