Sha256: 7e9b2a4e587128115f37263afaa107040f5da6397b2612114341c71794690cd4
Contents?: true
Size: 1.95 KB
Versions: 7
Compression:
Stored size: 1.95 KB
Contents
# shadcn/ui on Rails [![Gem Version](https://badge.fury.io/rb/shadcn-ui.svg)](https://badge.fury.io/rb/shadcn-ui) [Shadcn on Rails](https://shadcn.rails-components.com) provides customizable components that you can copy and paste into your apps. Free. Open Source. **Use this to build your own component library**. **If you're using this, [please let me know](https://twitter.com/aviflombaum) so I keep developing it.** ## About This is **NOT** a component library. It's a collection of re-usable components that you can copy and paste into your apps. **What do you mean by not a component library?** I mean you do not install it as a dependency. It is not available or distributed via npm. Pick the components you need. Copy and paste the code into your project and customize to your needs. The code is yours. Use this as a reference to build your own component libraries. ![hero](public/og.jpg) ## Installation Refer to [Installation](https://github.com/aviflombaum/shadcn-rails/blob/main/app/views/documentation/installation.html.md) or the [Installation](https://shadcn.rails-components.com/docs/installation) page on the demo site. ## Development Clone the repo and run `bin/setup` to install dependencies. Then, run `bin/dev` to start the tailwind watcher and then run `rails s`. I have to run the server and tailwind separately to keep debuggers working. ## [shadcn-ui](https://ui.shadcn.com) These components are based on the components provided by [shadcn/ui](https://ui.shadcn.com). Because `shadcn-ui` is so heavily reliant on Radix and React, these components are most likely not going to be 1:1 copies of the components provided by `shadcn-ui`. However, the goal is to provide the same components with the same API and the same accessibility features. If you are looking for a React component library, I highly recommend checking out [shadcn/ui](https://ui.shadcn.com). ## License Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
shadcn-ui-0.0.15 | README.md |
shadcn-ui-0.0.14 | README.md |
shadcn-ui-0.0.13 | README.md |
shadcn-ui-0.0.12 | README.md |
shadcn-ui-0.0.10 | README.md |
shadcn-ui-0.0.8 | README.md |
shadcn-ui-0.0.5 | README.md |