component-first-cerlio
v1.0.0
Published
Teste de componente npm
Readme
component-first-cerlio
Teste de componente npm
Install
npm install --save component-first-cerlioUsage
import React, { Component } from 'react'
import MyComponent from 'component-first-cerlio'
import 'component-first-cerlio/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}