1.0.5 • Published 6 years ago
react-photon
Licence
MIT
Version
1.0.5
Deps
7
Size
245 kB
Vulns
0
Weekly
0
react-photon
Photon components built with React.
thanks to
@frostney Add me to the developer of react-photon.
preview
installation
npm i -S react-photon
dynamic import
install
babel-plugin-importnpm i -D babel-plugin-import.babelrc
{
"presets": ["@babel/preset-env", "@babel/react"],
"plugins": [
// ....
[ "import", { "libraryName": "react-photon", "libraryDirectory": "dist/lib" } ]
]
}