1.0.4 • Published 5 years ago
testing-testing-leet v1.0.4
testing-testing-leet
Made with create-react-library
Install
npm install --save testing-testing-leet
Usage
import React, { Component } from 'react'
import MyComponent from 'testing-testing-leet'
import 'testing-testing-leet/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}