0.1.3 • Published 6 months ago

react-native-tillring-components v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

react-native-tillring-components

React native component library for tillring apps.

Installation

npm install react-native-tillring-components

or

yarn add react-native-tillring-components

Usage

import { Container, Typography, Separator } from 'react-native-tillring-components';

// ...

<Container flex1 row aCenter jBetween>
  <Typography h1 semibold>
    Hello
  </Typography>
  <Separator width={10}>
  <Typography h1 semibold>
    World!
  </Typography>
</Container>

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

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago