construct-ui
Version:
A Mithril.js UI library
31 lines (21 loc) • 1.26 kB
Markdown
<p align="center">
<a href="https://vrimar.github.io/construct-ui" rel="noopener" target="_blank"><img width="60" src="https://raw.githubusercontent.com/vrimar/construct-ui/master/docs/src/logo.svg?sanitize=true" alt="Construct-UI logo"></a></p>
</p>
<h1 align="center">Construct-UI</h1>
<div align="center">
### A [Mithril.js](https://github.com/MithrilJS/mithril.js) UI library.
[](https://www.npmjs.com/package/construct-ui)

[](https://gitter.im/construct-ui/Lobby)
</div>
## Documentation
Check out the [documentation website](https://vrimar.github.io/construct-ui) for installation instructions and getting started.
## Playground
Check out [codesandbox](https://codesandbox.io/s/x7zzjovzyz) examples for basic usage.
## Development
1. `npm i`
2. `npm run generate:icons`
3. `npm run generate:docs`
4. `npm run watch:docs`
## Credits
Inspired by [blueprint](https://github.com/palantir/blueprint), [polythene](https://github.com/ArthurClemens/polythene) and [ant-design](https://github.com/ant-design/ant-design).