Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vrimar/construct-ui

A Mithril.js UI library
https://github.com/vrimar/construct-ui

construct-ui javascript mithril mithril-components mithriljs typescript ui ui-components

Last synced: about 2 months ago
JSON representation

A Mithril.js UI library

Awesome Lists containing this project

README

        


Construct-UI logo

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).