caiorrs / component-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

component-lib

Example of a component library for react native apps

Installation

npm install component-lib

Usage

import { multiply } from "component-lib";

// ...

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

About

License:MIT License


Languages

Language:JavaScript 60.7%Language:HTML 28.0%Language:TypeScript 9.1%Language:Shell 2.2%