1.0.5 • Published 1 year ago
coloureye v1.0.5
ColourEye
GitHub Repository
Author
Description
Its a Eye icon that is two type EyeColour and EyeClourOff which is costomisable , you can costmoise colore and width height !
Install
npm install coloureye
Import
import { ColourEye, ColourEyeOff } from 'coloureye';
First
ColourEye Component The ColourEye component represents an eye icon with customizable color.
Props color: The color of the eye (default: 'grey'). width: The width of the eye icon (default: 24px). height: The height of the eye icon (default: 24px).
Example
its a component ColourEye color="blue" width={40} height={40}
Second
Props color: The color of the eye (default: 'grey'). width: The width of the eye icon (default: 24px). height: The height of the eye icon (default: 24px).
Example
its a component ColourEyeOff color="red" width={40} height={40}