https://github.com/fernandes/ui
UI
https://github.com/fernandes/ui
Last synced: 17 days ago
JSON representation
UI
- Host: GitHub
- URL: https://github.com/fernandes/ui
- Owner: fernandes
- License: mit
- Created: 2024-09-24T13:25:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T18:18:19.000Z (4 months ago)
- Last Synced: 2025-04-07T07:51:56.556Z (24 days ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# UI
UI components organized on a way that makes sense to me, I'm mostly focused on backend, so probably what's here doesn't make sense at all.
This would not be possible without [ShadCN](https://ui.shadcn.com/), if you want to use on rails, please use [RBUI](https://github.com/rbui-labs/rbui) the people there are great and they know what they are doing!
## Usage
TBD
## Installation
Create a new Rails app
```bash
rails new ui-wrap-bun --javascript=bun --css=tailwind
```Then add the gem on your Gemfile
```ruby
gem "ui", github: "fernandes/ui"
```and also the NPM package.
```bash
yarn add @fernandes/ui
```Please check our lookbook to see how to use the components.
## Contributing
Contribution directions go here.
## TODO
- [ ] Accordion : support opening just one or multiple items
- [ ] Breadcrumbs : Enable dropdown as breadcrumbs items
- [ ] Dropdown : with hover
- [ ] Dropdown : enable as links, not as select items## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).