Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hobbescodes/tigris-ui
A reusable design system and composible component library
https://github.com/hobbescodes/tigris-ui
ark-ui bun panda-css
Last synced: about 1 month ago
JSON representation
A reusable design system and composible component library
- Host: GitHub
- URL: https://github.com/hobbescodes/tigris-ui
- Owner: hobbescodes
- License: mit
- Created: 2023-10-15T22:57:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T03:24:14.000Z (about 1 month ago)
- Last Synced: 2024-11-14T04:23:36.610Z (about 1 month ago)
- Topics: ark-ui, bun, panda-css
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tigris Design System & UI Kit
Universal design system and component library built by [hobbescodes](https://github.com/hobbescodes), powered by [Panda](https://panda-css.com/) and [Ark](https://ark-ui.com/).
## Quick Start
Follow the [prerequisities](docs/usage.md#prerequisites) to install Panda in your project, then follow the [package install instructions](docs/usage.md#from-published-package).
## Local Development
1. Install dependencies: `bun install`
2. Start development stack: `bun dev`
- This will launch the following:
- [Panda CSS](https://panda-css.com/) in watch mode
- [Storybook](https://storybook.js.org/) in development mode (default port: `6006`, e.g. http://localhost:6006)If you'd like to develop outside of Storybook, as in a dedicated app, follow the [prerequisities](docs/usage.md#prerequisites), then follow the [local usage instructions](docs/usage.md#local).
## License
The code in this repository is licensed under MIT, © hobbescodes. See LICENSE.md for more information.