kittsch
v1.2.1
Published
A Minimal React native component library.
Downloads
6
Maintainers
Readme
Kittsch
A Minimal React native component library.
Installation
First, install the package:
npm install kittsch
Add the following code in you index.tsx or App.tsx file to define a Color scheme:
global.COLORS = {
PRIMARY: '#000',
SECONDARY: '#fff',
}Components
Warning: Components yet uncomplete. Work is in progress.
Input
Bsic Usage:
<Input placeholder='placeholder' />
Button
Bsic Usage:
<Button wide isSecondary onPress={() => alert("Pressed")}>
<KText white>Hei</KText>
</Button>Text
TBD
SwitchButtons
TBD
Divider
TBD
Mixins
TBD
DismissKeyboard
TBD
