0.6.3 • Published 2 years ago

compound-widget-react-native v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

compound-widget-react-native

Compound widget for react native

Installation

npm install compound-widget-react-native

Usage

import { CompoundButton } from 'compound-widget-react-native';

// ...
<CompoundButton
  title="This is the text that will show up on the button"
  url="https://redirect-to-this.com"
/>;

This will create a new button that will redirect to the url when pressed. The button looks like this:

Compound Widget Button

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Boilerplate from create-react-native-library

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago