@platformatic/ui-components
v0.19.3
Published
Platformatic UI Components
Downloads
2,345
Maintainers
Keywords
Readme
Platformatic UI Components
Please be aware that project is under heavy work in progress 😇
Provides React UI Components for Platformatic Dashboards.
Init
$ npm installRun 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 devStorybook
Storybook is still a work in progress, you can start it with
$ npm run storybookStorybook 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