0.1.1 • Published 4 months ago

astro-fontawesome v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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-fontawesome

Usage

<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.

0.1.1

4 months ago

0.1.0

4 months ago