4.1.2 • Published 2 years ago
@posten-hedwig/input v4.1.2
input
Hedwig styled input fields
Usage
1 Install
npm install @posten-hedwig/input
2 Import
import { TextInput } from '@posten-hedwig/input'
import { NumberInput } from '@posten-hedwig/input'
import { EmailInput } from '@posten-hedwig/input'
import { PasswordInput } from '@posten-hedwig/input'
3 Render
<TextInput
label="Text input"
onChange={() => {}}
placeholder="placeholder"
/>
<NumberInput
label="Number input"
max={5}
min={1}
onChange={() => {}}
placeholder="select a number 1-5"
/>
<EmailInput
label="Email input"
onChange={() => {}}
placeholder="placeholder"
/>
<PasswordInput
label="Password"
onChange={() => {}}
placeholder="placeholder"
/>
4.1.2
2 years ago
4.1.1
2 years ago
4.1.0
2 years ago
4.0.0
2 years ago
4.1.0-alpha.0
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago
2.1.2-alpha.0
2 years ago
2.0.0-alpha.0
2 years ago
2.1.1-alpha.0
2 years ago
2.1.0-alpha.0
2 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