be-components
v3.3.6
Published
Components for BettorEdge Apps
Downloads
4,218
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