An open API service indexing awesome lists of open source software.

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.

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_)