https://github.com/shiny/u301-extends-ui
Extends Your shadcn UI Components by `shacn add`
https://github.com/shiny/u301-extends-ui
nextjs react shadcn shadcn-ui ui ui-components
Last synced: 2 months ago
JSON representation
Extends Your shadcn UI Components by `shacn add`
- Host: GitHub
- URL: https://github.com/shiny/u301-extends-ui
- Owner: shiny
- License: mit
- Created: 2024-11-13T13:29:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T05:50:41.000Z (about 1 year ago)
- Last Synced: 2025-04-01T22:04:16.292Z (9 months ago)
- Topics: nextjs, react, shadcn, shadcn-ui, ui, ui-components
- Language: TypeScript
- Homepage: https://ui.tealight.uk/
- Size: 414 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# U301 Extends UI

Extends Your shadcn UI Components
- 📚 [Documentation](https://ui.tealight.uk)
## Introduction
You can add (copy) the target component to your shadcn UI project by running the following command:
**bun**
```bash
bunx shadcn add https://ui.tealight.uk/r/icon
```
**npm**
```bash
npx shadcn add https://ui.tealight.uk/r/icon
```
## Components
- [Icon](./src/components/expose/icon)
- [NProgressBar](./src/components/expose/nprogress-bar/)
### Analytics
Supported Analytics are
- [GoogleAnalytics](./src/components/expose/analytics-google/)
- [Umami](./src/components/expose/analytics-umami/)
- [OpenPanel](./src/components/expose/analytics-openpanel/)
## License
MIT