Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lab2023/heroicons-rails
https://github.com/lab2023/heroicons-rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lab2023/heroicons-rails
- Owner: lab2023
- License: mit
- Created: 2024-01-30T15:29:31.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-02-21T06:50:21.000Z (11 months ago)
- Last Synced: 2024-02-21T12:41:00.648Z (11 months ago)
- Language: Ruby
- Size: 759 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Heroicons::Rails
## Usage
```bash
$ rails g heroicons:install
``````erb
<%= render_icon :x_mark %>
<%= render_icon :x_mark, class: "bg-red-500" %>
<%= render_icon :x_mark, type: :mini, class: "bg-red-500" %>
```## Installation
Add this line to your application's Gemfile:```ruby
gem "heroicons-rails", github: "lab2023/heroicons-rails", branch: "main"
```And then execute:
```bash
$ bundle
```## Contributing
Once you've made your great commits:1. Fork Template
2. Create a topic branch - `git checkout -b my_branch`
3. Push to your branch - `git push origin my_branch`
4. Create a Pull Request from your branch
5. That's it!## Credits
![lab2023](http://lab2023.com/assets/images/named-logo.png)- heroicons-rails is maintained and funded by [lab2023 - information technologies](http://lab2023.com/)
- Thank you to all the [contributors!](../../graphs/contributors)
- This gem uses [Heroicons](https://heroicons.com/)
- The names and logos for lab2023 are trademarks of lab2023, inc.## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Copyright © 2013-2024 [lab2023 - information technologies](http://lab2023.com)