Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cube-js/cube-ui-kit
UI Framework for Cube Projects. Based on React Aria.
https://github.com/cube-js/cube-ui-kit
components design-system react react-aria storybook uikit
Last synced: 1 day ago
JSON representation
UI Framework for Cube Projects. Based on React Aria.
- Host: GitHub
- URL: https://github.com/cube-js/cube-ui-kit
- Owner: cube-js
- License: mit
- Created: 2021-08-16T07:32:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T11:51:30.000Z (8 days ago)
- Last Synced: 2024-11-07T12:32:52.006Z (8 days ago)
- Topics: components, design-system, react, react-aria, storybook, uikit
- Language: TypeScript
- Homepage: https://main--626ee6db91d1c8004a912249.chromatic.com/
- Size: 7.47 MB
- Stars: 29
- Watchers: 8
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UI Kit for Cube Dev Projects
Based on React Aria and `tasty` styling library.
## Available Scripts
### pnpm start
Runs the test page in the development mode.
Open http://localhost:8080 to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### pnpm storybook
Run storybook with all the components of UI Kit.
Deployed version of the Storybook from the `main` branch is here: https://cube-uikit-storybook.netlify.app/
### pnpm build
Builds a static copy of UIKit to the `dist/` folder.
Your app is ready to be deployed!### pnpm test
Not yet implemented
## License
This project is licensed under the MIT License - see the LICENSE file for details.