@agilecode/react
v1.1.1
Published
Agilecode react common components
Keywords
Readme
@agilecode/react
Made with create-react-library
Install
npm install --save @agilecode/reactUsage
import React, { Component } from 'react'
import MyComponent from '@agilecode/react'
import '@agilecode/react/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © dmkret
