@ogwurujohnson/ui

Energi UI library

Usage no npm install needed!

<script type="module">
  import ogwurujohnsonUi from 'https://cdn.skypack.dev/@ogwurujohnson/ui';
</script>

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)?$/,
    },
},