UNPKG

test-shareable-lib

Version:
32 lines (21 loc) 642 B
# test-shareable-lib > test shareable lib [![NPM](https://img.shields.io/npm/v/test-shareable-lib.svg)](https://www.npmjs.com/package/test-shareable-lib) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save test-shareable-lib ``` ## Usage ```jsx import React, { Component } from 'react' import ExampleComponent from 'test-shareable-lib' class Example extends Component { render () { return ( <ExampleComponent text="example text" /> ) } } ``` ## License MIT © [Luciano Jorge](https://github.com/Luciano Jorge)