https://github.com/platformatic/ui-components
UI Components for Platformatic Dashboard
https://github.com/platformatic/ui-components
Last synced: 11 months ago
JSON representation
UI Components for Platformatic Dashboard
- Host: GitHub
- URL: https://github.com/platformatic/ui-components
- Owner: platformatic
- License: apache-2.0
- Created: 2022-10-10T13:26:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T21:03:57.000Z (11 months ago)
- Last Synced: 2025-04-20T19:52:28.902Z (11 months ago)
- Language: JavaScript
- Homepage: https://ui-components-murex.vercel.app
- Size: 7.6 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platformatic UI Components
**Please be aware that project is under heavy work in progress** 😇
Provides React UI Components for Platformatic Dashboards.
## Init
```
$ npm install
```
## Run demo
The project uses Vite to build and run the dev server. It's already configured to build TailwindCSS file, located in `src/styles/main.css`
```
$ npm run dev
```
## Storybook
Storybook is still a work in progress, you can start it with
```
$ npm run storybook
```
## Storybook public link
https://ui.platformatic.cloud/
## New version: commands list
```
git checkout main
git pull
npm install
npm version patch
git push origin main
npm publish
```