Package Exports
- @ogwurujohnson/ui
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ogwurujohnson/ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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)?$/,
},
},