Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JS
Ivan Asmer fa1a8a751e crl | пре 4 година | |
---|---|---|
example | пре 4 година | |
src | пре 4 година | |
.editorconfig | пре 4 година | |
.eslintignore | пре 4 година | |
.eslintrc | пре 4 година | |
.gitignore | пре 4 година | |
.prettierrc | пре 4 година | |
.travis.yml | пре 4 година | |
README.md | пре 4 година | |
package-lock.json | пре 4 година | |
package.json | пре 4 година |
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