1.2.1 • Published 2 years ago

kelrn-toolkit v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago