# konsta-master
**Repository Path**: secosun/konsta-master
## Basic Information
- **Project Name**: konsta-master
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-26
- **Last Updated**: 2024-05-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# Konsta UI
Konsta UI - Pixel perfect mobile UI components built with Tailwind CSS with iOS and Material Design components for React, Vue & Svelte
## Sponsors
## Documentation
Documentation available at https://konstaui.com
## Konsta UI Development
First, install all dependencies:
```
$ npm install
```
### Production Builds
To build production versions the following npm scripts are available:
- `build` - build production version
Compiled results will be available in `package/` folder.
## Kitchen Sink
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
## Contributing
All changes should be committed to `src/` files only. Before you open an issue please review the [contributing guideline](https://github.com/konstaui/konsta/blob/master/CONTRIBUTING.md).