1.2.1 • Published 2 years ago

kittsch v1.2.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

1.2.1

2 years ago

1.2.0

2 years ago

1.1.20

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

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.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

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