@ogwurujohnson/ui
v0.2.5
Published
Energi UI library
Downloads
8
Maintainers
Readme
Energi UI
UI library based on Material UI.
Publish
- yarn prepublish
- npm publish build
Usage with Gatsby
The gatsby-plugin-compile-es6-packages
plugin is required to transpile the JSX files.
Install:
yarn add gatsby-plugin-compile-es6-packages
Add to gatsby-config.js
:
{
resolve: `gatsby-plugin-compile-es6-packages`,
options: {
modules: [`@energi/ui`],
test: /\.js(x)?$/,
},
},