traceable-ui
v1.0.0
Published
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/layers) to learn more.
Downloads
227
Readme
Tracealbe UI
Look at the Nuxt 3 documentation to learn more.
Component
- [ ] Table
- [ ] Datatable
- [ ] Accordion
- [ ] Alert
- [ ] Alert Dialog
- [ ] Badge
- [ ] Breadcrumb
- [x] Button
- [x] Card
- [ ] Checkbox
- [ ] Chips
- [ ] Datepicker
- [x] Dialog / Modal
- [ ] Divider
- [ ] Dropdown Button
- [ ] Dropdown Split Button
- [ ] File Upload
- [ ] Header
- [ ] Input
- [ ] Input Dropdown
- [ ] Input Select
- [ ] Input Tagging
- [ ] Input Telephone
- [ ] Label / Typography
- [ ] Link
- [ ] Loading / Progress
- [x] Loading / Spinner
- [ ] Multiselect
- [ ] Pagination
- [ ] Progress Bar
- [ ] Progress Step
- [ ] Radio Group
- [ ] Select Box / Combobox
- [x] Sidebar
- [ ] Skeleton
- [ ] Slider
- [ ] Switch
- [ ] Tabs
- [ ] Tagging
- [ ] Textarea
- [ ] Toast
- [ ] Tooltip
Setup
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
pnpm run dev
To check and automaticly fixing linter before commit
pnpm run lint
Check out the deployment documentation for more information.
Report
to check performance of bundle
pnpm run reports
Commit Format
Format
[type]([component name]): [comment]
Example
feat(button): add comment section
fix(button): adding validation
style(button): update variant
Notes:
- Create branch for every component
- [comment] mush using lowercase and without symbol
- ...