jubair-react-component-library
v0.0.4
Published
This is a react component library
Downloads
4
Readme
jubair-react-component-library
A sample react component library.
How to use it?
You can use the project in this way:
Install
# with npm
npm install jubair-react-component-library
# with yarn
yarn add jubair-react-component-library
Usage
- Import the package in your app:
import {Page} from 'jubair-react-component-library';
<Page title={title}>{children}</Page>