dorothy-dna-react
v0.5.0
Published
Central React library
Downloads
18
Readme
@engajados/dorothy-react
Central library
Install
npm install --save @engajados/dorothy-reactUsage
import React, { Component } from 'react'
import MyComponent from '@engajados/dorothy-react'
import '@engajados/dorothy-react/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © engajados
