2.1.2 • Published 5 years ago
react-native-kondo v2.1.2
react-native-kondo
React Native primitives and utilities for design systems.
Draws a lot of inspiration from Rebass.
Installation
npm i react-native-kondo
Usage
Import and use the the components
import React from 'react';
import { Box, Text, Touchable } from 'react-native-kondo';
const HomeScreen = () => (
<Box flex={1} justifyContent="space-between" bg="white" py={5} px={3}>
<Text fontSize={5} color="deepPurple" textAlign="center">
Home
</Text>
<Box>
<Touchable alignItems="center" bg="black" border={1} p={3} my={2}>
<Text fontSize={3} color="white">
Continue
</Text>
</Touchable>
<Touchable alignItems="center" bg="white" border={1} p={3} my={2}>
<Text fontSize={3} color="black">
Cancel
</Text>
</Touchable>
</Box>
</Box>
);
Documentation
2.1.3-beta.0
5 years ago
2.1.2
6 years ago
2.1.1
6 years ago
2.1.0
6 years ago
2.0.7
6 years ago
2.0.6
6 years ago
2.0.5
6 years ago
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago