@feizheng/react-photon
v1.0.2
Published
Photon components built with React.
Readme
react-photon
Photon components built with React.
installation
npm i -S @feizheng/react-photondynamic import
install
babel-plugin-importnpm i -D babel-plugin-import.babelrc
{
"presets": ["@babel/preset-env", "@babel/react"],
"plugins": [
// ....
[ "import", { "libraryName": "@feizheng/react-photon", "libraryDirectory": "dist/lib" } ]
]
}resources
- http://photonkit.com/
- https://www.robinwieruch.de/minimal-react-webpack-babel-setup
