0.1.8 • Published 10 months ago

bleccs-components v0.1.8

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

react-native-bleccs-components

Bleccs's component library

Installation

npm install react-native-bleccs-components

Usage

import { Column, Row, SquareImage } from 'react-native-bleccs-components';

// ...

<Column spacing={8} verticalPadding={0} horizontalPadding={0} flex=false></Column>
<Row flex = false gap={0} verticalAlign='center' horizontalAlign='center'></Row>
<SquareImage source='image.png' size={64} backgroundColor=null  />

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.8

10 months ago

0.1.7

10 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago