@superdispatch/ui
TypeScript icon, indicating that this package has built-in type declarations

0.43.0 • Public • Published

@superdispatch/ui

npm npm minzipped size

Installation

yarn add @superdispatch/ui @material-ui/core @material-ui/icons @material-ui/styles @mdi/js

Usage

import { Button, ThemeProvider } from '@superdispatch/ui';
import { Typography } from '@material-ui/core';

export function App() {
  return (
    <ThemeProvider>
      <Typography variant="h3" gutterBottom={true}>
        Hello 👋
      </Typography>

      <Button color="blue">Yay 🎉</Button>
      <Button color="red">Nay 👎</Button>
    </ThemeProvider>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @superdispatch/ui

Weekly Downloads

532

Version

0.43.0

License

MIT

Unpacked Size

1.14 MB

Total Files

88

Last publish

Collaborators

  • darkc0der
  • superdispatch-user
  • doniyor2109
  • timurhamitov
  • devdesrel