@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>
    </>
  )
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.101latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.101
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.21
0.2.10
0.2.00
0.1.90
0.1.80
0.1.71
0.1.60
0.1.50
0.1.40
0.1.30
0.1.00

Package Sidebar

Install

npm i @energi/ui

Weekly Downloads

3

Version

0.2.10

License

BSD-3-Clause

Unpacked Size

8.78 kB

Total Files

18

Last publish

Collaborators

  • ryanlucchese
  • maxsuard
  • leondolinar