1.1.7 • Published 2 years ago

@socialwell-design/input-field v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

This is a socialwell web design system

Installation

yarn add @socialwell-design/input-field

or

npm i @socialwell-design/input-field

How to use

import { TextField,SelectField,TextAreaField } from "@socialwell-design/input-field";

<TextField onChange={() => {}} /> // type="text"

<TextField
  onChange={() => {}}
  type="number"
/>

<SelectField onChange={() => {}}>
  <option value="1">
    one
  </option>
  <option value="2">
    two
  </option>
</SelectField>

<TextAreaField onChange={() => {}} />
1.1.7

2 years ago

1.1.6

2 years ago

1.1.1

2 years ago

1.1.0

3 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago