1.2.1 • Published 3 years ago

kelrn-toolkit v1.2.1

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

Installation

npm install --save kelrn-toolkit

or

yarn add kelrn-toolkit

What it offers:

  • Supports iOS and Android
  • Easy component styling
  • Wide range of component options

Quick Start

import { Input } from 'kelrn/toolkit';

const App = () => (
    <Input
        keyboardType="email-address"
        placeholder="Email"
        onChangeText={value => console.log(value)}
    />
);

License & Copyright

© Killian S. Falle

Licensed under the MIT License.

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.4

3 years ago

1.1.3

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