An open API service indexing awesome lists of open source software.

https://github.com/appandflow/react-native-kondo

React Native primitives and utilities for design systems
https://github.com/appandflow/react-native-kondo

Last synced: about 1 year ago
JSON representation

React Native primitives and utilities for design systems

Awesome Lists containing this project

README

          

![react-native-kondo logo](https://raw.githubusercontent.com/AppAndFlow/react-native-kondo/master/assets/logo.png)

# react-native-kondo

React Native primitives and utilities for design systems.

Draws a lot of inspiration from [Rebass](https://github.com/jxnblk/rebass).

## Installation

```sh
npm i react-native-kondo
```

## Usage

Import and use the the components

```jsx
import React from 'react';
import { Box, Text, Touchable } from 'react-native-kondo';

const HomeScreen = () => (


Home




Continue




Cancel




);
```

## Documentation

https://react-native-kondo.netlify.com