https://github.com/whardier/nuxt-hero-icons
A set of free MIT-licensed high-quality SVG icons as Nuxt.js Vue components.
https://github.com/whardier/nuxt-hero-icons
Last synced: 5 months ago
JSON representation
A set of free MIT-licensed high-quality SVG icons as Nuxt.js Vue components.
- Host: GitHub
- URL: https://github.com/whardier/nuxt-hero-icons
- Owner: whardier
- License: mit
- Fork: true (matschik/vue-hero-icons)
- Created: 2020-12-04T20:33:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T22:28:34.000Z (over 4 years ago)
- Last Synced: 2024-05-28T14:45:19.392Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 563 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-hero-icons
> A set of free MIT-licensed high-quality SVG icons, sourced from [@refactoringui/heroicons](https://github.com/refactoringui/heroicons), as Nuxt.js Vue components.
## Install
Simply add to build modules after installing:
```js
buildModules: [
// ...
// https://github.com/whardier/nuxt-hero-icons
'@nuxt-hero-icons/outline/nuxt',
'@nuxt-hero-icons/solid/nuxt',
],
```And use in your templates using your own classes (example using TailwindCSS w-8/h-8 classes):
```html
```
## Usage
See all icons and usage here: https://vue-hero-icons.netlify.com
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Credits
**heroicons** © [Refactoring UI](https://github.com/refactoringui), Released under the [MIT](./LICENSE) License.
## Author
**nuxt-hero-icons** © [whardier](https://github.com/whardier), Released under the [MIT](./LICENSE) License.
> GitHub [@whardier](https://github.com/whardier)
**vue-hero-icons** © [matschik](https://github.com/matschik), Released under the [MIT](./LICENSE) License.
> GitHub [@matschik](https://github.com/matschik) · Twitter [@matschik_](https://twitter.com/matschik_)