Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dragon-eye

iamxerrycan28ISC1.1.9TypeScript support: included

dragon-eye

dragoneye, eye icon, password toggle, react component, npmpackage, eyeicon, eyeofficon

readme

dragon-eye

npm version Downloads

GitHub Repository

GitHub Repository

Auther

Sample Image

iamxerrycan

linkdin

instagram

github

Description

A simple npm package for eye icon like you can use it as password show hide etc , there is two component Eye and EyeOff that takes three params width height and colour ,thats make my package unique because you can costomize size even colour ;

feature

Password visibility toggle with the Eye and EyeOff components. Customizable size and color for a personalized user experience.

Installation

npm install dragon-eye

import

import {Eye , EyeOff } from "dragon-eye";

use

<Eye width="" height="" colour=""/ >

`React package 📦 import {Eye , EyeOff} from 'dragon-eye'

use component

<Eye width="20px" height="20px" colour="Hex , rgb "/> <EyeOff width="20px" height="20px" colour="Hex , rgb "/>

` Sample Image