@energi/ui

0.2.10 • Public • Published

Energi UI

UI library based on Material UI.

Publish

yarn build
yarn publish

Usage with React

Package Installation

yarn add @energi/ui

Example

import { Seo, Button } from '@energi/ui';

const MyComponent = () => {
  const meta = [
    {
      name: 'image',
      property: 'og:image',
      content: 'https://link.to/your/image',
    },
  ];

  return (
    <>
      <Seo title="page title" description="page description" meta={meta} />
      <Button variant="contained">Hello</Button>
    </>
  )
};

Package Sidebar

Install

npm i @energi/ui

Weekly Downloads

1

Version

0.2.10

License

BSD-3-Clause

Unpacked Size

8.78 kB

Total Files

18

Last publish

Collaborators

  • ryanlucchese
  • maxsuard
  • leondolinar