unikit

universal component library for react and react-native https://unikit.netlify.app

Usage no npm install needed!

<script type="module">
  import unikit from 'https://cdn.skypack.dev/unikit';
</script>

README

unikit

universal component library for react and react-native https://unikit.netlify.app

Installation

yarn add unikit styled-components
expo install react-native-svg react-native-reanimated

Usage

import { Flex } from 'unikit';

return <Flex bg="primary" row />;

License

MIT