Mirotone
Mirotone is a small & leightweight skeleton UI Kit that tries to match Miro styles for building apps and plugins. The package contains a CSS file which can be used for any project.
Components
- typography
- icons
- buttons
- checkbox
- toggle
- radiobutton
- link
- textarea
- input
- select
- tabs
Installation
npm install mirotone
// or with yarn
yarn add mirotone
Using something like PostCSS import you can do the following
@import 'mirotone';
Development
Clone the repo by running:
git clone https://github.com/sboriskirov/miro-palette-plugins.git
Install the dependencies
npm install
Run the build command in order to build the dist.
npm run build
Run the watch command to get the example/index.html
running with all the documented components.
npm run watch
Roadmap
- Improve the documemntation
- Add Templates & layout