npm install --save kelrn-toolkit
or
yarn add kelrn-toolkit
- Supports iOS and Android
- Easy component styling
- Wide range of component options
import { Input } from 'kelrn/toolkit';
const App = () => (
<Input
keyboardType="email-address"
placeholder="Email"
onChangeText={value => console.log(value)}
/>
);
© Killian S. Falle
Licensed under the MIT License.