Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://vrimar.github.io/construct-ui/
A Mithril.js UI library
https://vrimar.github.io/construct-ui/
construct-ui javascript mithril mithril-components mithriljs typescript ui ui-components
Last synced: about 7 hours ago
JSON representation
A Mithril.js UI library
- Host: GitHub
- URL: https://vrimar.github.io/construct-ui/
- Owner: vrimar
- License: mit
- Created: 2018-03-20T20:38:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:20:13.000Z (over 1 year ago)
- Last Synced: 2024-10-28T00:49:58.616Z (12 days ago)
- Topics: construct-ui, javascript, mithril, mithril-components, mithriljs, typescript, ui, ui-components
- Language: TypeScript
- Homepage: https://vrimar.github.io/construct-ui
- Size: 6.84 MB
- Stars: 287
- Watchers: 9
- Forks: 24
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mithril - Construct-UI - a UI library inspired by Blueprint, Polythene and Ant-design (Uncategorized / Uncategorized)
README
Construct-UI
### A [Mithril.js](https://github.com/MithrilJS/mithril.js) UI library.
[![npm package](https://img.shields.io/npm/v/construct-ui/latest.svg)](https://www.npmjs.com/package/construct-ui)
![Tests](https://github.com/vrimar/construct-ui/actions/workflows/run-tests.yml/badge.svg)
[![Gitter](https://img.shields.io/gitter/room/vrimar/construct-ui.svg)](https://gitter.im/construct-ui/Lobby)## 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).