Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konstaui/konsta
Mobile UI components made with Tailwind CSS
https://github.com/konstaui/konsta
android ios material-design mobile react svelte tailwindcss ui-components vue
Last synced: 5 days ago
JSON representation
Mobile UI components made with Tailwind CSS
- Host: GitHub
- URL: https://github.com/konstaui/konsta
- Owner: konstaui
- License: mit
- Created: 2021-01-18T19:52:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T16:14:42.000Z (3 months ago)
- Last Synced: 2024-10-29T14:50:54.966Z (about 2 months ago)
- Topics: android, ios, material-design, mobile, react, svelte, tailwindcss, ui-components, vue
- Language: JavaScript
- Homepage: https://konstaui.com
- Size: 2.06 MB
- Stars: 3,518
- Watchers: 26
- Forks: 131
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - konstaui/konsta - Mobile UI components made with Tailwind CSS (JavaScript)
README
![Konsta UI](https://konstaui.com/images/share-banner.png)
# 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).