@erfffun/ui

0.0.52 • Public • Published

Energi UI

UI library based on Material UI.

Publish

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 @erfffun/ui

Weekly Downloads

1

Version

0.0.52

License

BSD-3-Clause

Unpacked Size

11.9 kB

Total Files

20

Last publish

Collaborators

  • erfffun