https://github.com/magicpatterns/shadcdn
Shadcn hosted on a CDN
https://github.com/magicpatterns/shadcdn
Last synced: 11 months ago
JSON representation
Shadcn hosted on a CDN
- Host: GitHub
- URL: https://github.com/magicpatterns/shadcdn
- Owner: magicpatterns
- Created: 2023-09-29T17:04:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T03:57:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T22:17:15.292Z (over 1 year ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadcdn
shadcn/ui as a ESM module hosted on a CDN
```
https://cdn.jsdelivr.net/npm/shadcdn/+esm
```
## Authors
shadcdn is created by the team at [Magic Patterns](https://magicpatterns.com): generate UI today.
## Releases
### To release a new version:
1. Update version in package.json
2. Add components, be sure to add them to the index file
3. `yarn build`; `npm publish`