Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsuanyi-chou/shadcn-ui-expansions
More components built on top of shadcn-ui.
https://github.com/hsuanyi-chou/shadcn-ui-expansions
nextjs react shadcnui
Last synced: 3 months ago
JSON representation
More components built on top of shadcn-ui.
- Host: GitHub
- URL: https://github.com/hsuanyi-chou/shadcn-ui-expansions
- Owner: hsuanyi-chou
- License: mit
- Created: 2023-12-02T08:03:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:13:06.000Z (10 months ago)
- Last Synced: 2024-04-14T03:35:31.259Z (10 months ago)
- Topics: nextjs, react, shadcnui
- Language: TypeScript
- Homepage: https://shadcnui-expansions.typeart.cc/
- Size: 396 KB
- Stars: 276
- Watchers: 5
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome-list - shadcn-ui-expansions - ui. | hsuanyi-chou | 1336 | (TypeScript)
- awesome-shadcn-ui - Link
README
# shadcn-ui expansions
[![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/typeart)
# Introduction
This is built on top of shadcn/ui and includes many useful components such as multiple selector, loading button, infinite scroll and more.
The same as shadcn/ui, all components are free to use for personal and commercial.
Just copy and paste to your project and customize to your needs. The code is yours.
>Check it out here 👉 Demo
## Components
- [x] [Autosize Textarea](components/ui/autosize-textarea.tsx)
- [x] [Blockquote](components/ui/blockquote.tsx)
- [x] [Floating Label Input](components/ui/floating-label-input.tsx)
- [x] [Heading With Anchor](components/ui/heading-with-anchor.tsx)
- [x] [Infinite Scroll](components/ui/infinite-scroll.tsx)
- [x] [Loading Button](components/ui/loading-button.tsx)
- [x] [Multiple Selector](components/ui/multiple-selector.tsx)
- [x] [Datetime picker](components/ui/datetime-picker.tsx)
- [x] [Spinner](components/ui/spinner.tsx)
- [x] [Dual Range Slider](components/ui/dual-range-slider.tsx)
- [x] [Progress With Value](components/ui/progress-with-value.tsx)
- [x] [Responsive Modal](components/ui/responsive-modal.tsx)## Contributing
Be welcome to contribute! Here's how you can contribute:
- [Open an issue](https://github.com/hsuanyi-chou/shadcn-ui-expansions/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/hsuanyi-chou/shadcn-ui-expansions/pull) to add new features/make quality-of-life improvements/fix bugs.
Built by hsuanyi-chou## License
Licensed under the [MIT License](LICENSE.md).
```