rodeo-ui-kit
v0.5.0
Published
test
Downloads
50
Readme
rodeo-ui-kit
Reusable and customizable React Native components
Installation
npm install rodeo-ui-kit
yarn add rodeo-ui-kit
Installation
Rodeo UI Kit comes with the following components:
- Button
- Heading
- Text
- Input
- IconButton
- Fab
- Divider
- LineDivider
- Row
- Column
- Center
- ListItem
- RowInput
- Tile
Usage
import { Button } from 'rodeo-ui-kit';
// ...
<Button variant="primary" text="Primary Button" size="large" />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library