elu-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

ELU-UI Library

My own UI Library with components I would like to use in other projects.

Components

Password Input

Use The Component

A password input component with a show/hide password button. Make sure you have TailwindCSS installed in your project if you want to use custom styles.

// Import the PasswordInput component
import { PasswordInput } from 'elu-ui';

// Use the PasswordInput component
<PasswordInput />

Props

<PasswordInput value={} onChange={} placeholder="" />

If you want to add custom styles you can use the props 'custom' or just for the font 'customFont'. In there you can only use tailwind

Readme

Keywords

none

Package Sidebar

Install

npm i elu-ui

Weekly Downloads

0

Version

1.0.2

License

none

Unpacked Size

55.9 kB

Total Files

16

Last publish

Collaborators

  • evanlueber