Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JS
Ivan Asmer e2f158be51 Proof Of Concept fixes | 4 years ago | |
---|---|---|
example | 4 years ago | |
src | 4 years ago | |
.editorconfig | 4 years ago | |
.eslintignore | 4 years ago | |
.eslintrc | 4 years ago | |
.gitignore | 4 years ago | |
.prettierrc | 4 years ago | |
.travis.yml | 4 years ago | |
README.md | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago |
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