0.0.4 • Published 11 months ago
@lootui/input v0.0.4
@lootui/input
The simplest input written with styled components
Installation
There are two options for installation
Via package manager (npm, pnpm, yarn, etc...)
npm i @lootui/input
Via lootui cli (https://github.com/lootui/cli), it will copy files of the package to your project. With cli for copying also avaialble option Typescript+SCSS modules for the package
npx lootui @lootui/input
Usage
With package manager
import { Input } from '@lootui/input';
With lootui
import { Input } from 'src/components/lootui/input';