be-components
v2.6.5
Published
Components for BettorEdge Apps
Downloads
1,949
Readme
be-components
Components for BettorEdge Apps
Installation
npm install be-components
Usage
import { multiply } from 'be-components';
// ...
const result = await multiply(3, 7);
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