@guruhotel/aura-icons
v3.0.0
Published
🎨 Icon library designed by the Guruhotel team for Aura UI
Downloads
13
Readme
Aura Icons
GuruHotel icon library used for Aura UI, ready to work in React and NextJS projects.
Quick Start
- Installation: Inside your React project directory, install Aura Icons by running either of the following:
yarn add @guruhotel/aura-icons
# or
npm i @guruhotel/aura-icons
- Using Aura Icons components: Once Aura UI is installed you can use any of the components as follows. Aura UI uses tree-shaking so the unused modules will not be included in the bundle during the build process and each component is exported separately.
import { Message } from '@guruhotel/aura-icons'
() => <Message label="Icon label accessibility">
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.