0.7.8 • Published 4 years ago

@lieinapril/utente-input v0.7.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@lieinapril/utente-input

Neumorphism - A basic widget for getting the user input is a text field. Keyboard and mouse can be used for providing or changing data.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-input

Usage

import { Input } from '@lieinapril/utente-input';

const Example = () => {
  const args = {
    theme: "light",
    size: "medium"
  };

  return (
    <div style={{ backgroundColor: "#eee" }}>
      <Input
        {...args}
        placeholder="Type to search..."
        style={{ width: 200 }}
        size="small"
        prefix={<i className="fas fa-search"></i>}
      />
    </div>
  );
}
0.7.8

4 years ago

0.7.7

4 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.2.2

4 years ago

0.1.0

4 years ago