0.0.4 • Published 11 months ago

@lootui/input v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@lootui/input

The simplest input written with styled components

Installation

There are two options for installation

  1. Via package manager (npm, pnpm, yarn, etc...)

    npm i @lootui/input

  2. 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

  1. With package manager

    import { Input } from '@lootui/input';
  2. With lootui

    import { Input } from 'src/components/lootui/input';
0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago