Konsta UI - Pixel perfect mobile UI components built with Tailwind CSS with iOS and Material Design components for React, Vue & Svelte
Documentation available at https://konstaui.com
First, install all dependencies:
$ npm install
To build production versions the following npm scripts are available:
build
- build production version
Compiled results will be available in package/
folder.
To run Kitchen Sink with development environment (development version will be built first) use the following npm scripts:
react
- build development version of Konsta UI React package and run React Kitchen Sink
All changes should be committed to src/
files only. Before you open an issue please review the contributing guideline.