Skip to content

Adaptation of Ionicons for React JavaScript & TypeScript

Notifications You must be signed in to change notification settings

KellsWorks/react-ion-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACT ION ICONS⚡️

❤️Adaptation of Ionicons (https://ionic.io/ionicons) for React JavaScript & TypeScript

INSTALLATION

Using NPM

npm install @kellsworks/react-ion-icons

Using Yarn

yarn add @kellsworks/react-ion-icons

BASIC USAGE

To use a built-in icon from the Ionicons package, populate the name attribute on the ion-icon component:

<ion-icon name="heart"></ion-icon>