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

0.26.1 • 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

193

Version

0.26.1

License

MIT

Unpacked Size

965 kB

Total Files

83

Last publish

Collaborators

  • timurhamitov
  • superdispatch-user
  • doniyor2109