astro-fontawesome
v0.1.1
Published
FontAwesome integration for Astro
Downloads
203
Maintainers
Readme
Astro FontAwesome Library
Description
This library provides the FontAwesomeIcon and FontAwesomeLayer components, which
can be used to use FontAwesome icons within your project.
Installation
npm install astro-fontawesomeUsage
<FontAwesomeIcon icon={faStar} class="star-class" />
<FontAwesomeLayer
icons={[
{ icon: faCircle, class: 'circle-class' },
{ icon: faMap, class: 'map-class' }
]}
class="layer-class"
/>Contributing
To be filled out.
Acknowledgements
This library was made primarily through code sourced with permission by Gilles Marchand in this thread.
