kelrn-toolkit

1.2.1 • Public • Published

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.

Package Sidebar

Install

npm i kelrn-toolkit

Weekly Downloads

0

Version

1.2.1

License

ISC

Unpacked Size

8 kB

Total Files

7

Last publish

Collaborators

  • killianfalle