java-tools / ui-components

UI Components for Platformatic Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

UI Components for Platformatic Dashboard

License:Apache License 2.0


Languages

Language:JavaScript 95.3%Language:CSS 3.7%Language:MDX 1.0%Language:HTML 0.1%