Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JS
Ivan Asmer fa1a8a751e crl | hace 4 años | |
---|---|---|
example | hace 4 años | |
src | hace 4 años | |
.editorconfig | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc | hace 4 años | |
.gitignore | hace 4 años | |
.prettierrc | hace 4 años | |
.travis.yml | hace 4 años | |
README.md | hace 4 años | |
package-lock.json | hace 4 años | |
package.json | hace 4 años |
Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JSX
npm install --save metaplate
import React, { Component } from 'react'
import MyComponent from 'metaplate'
import 'metaplate/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © asmer