my-component-test-library
v1.0.3
Published
testing packaging library for storybook
Downloads
5
Readme
my-component-test-library
testing packaging library for storybook
Install
npm install --save my-component-test-library
Usage
import React, { Component } from 'react'
import MyComponent from 'my-component-test-library'
import 'my-component-test-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}