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

0.58.12 • Public • Published

@topotal/topotal-ui

npm version

This is the component county of the UI that we developed at topotal

Installation

yarn add @topotal/topotal-ui

Usage

Use ThemeProvider in the root of your application

import ReactDOM from 'react-dom'
import { ThemeProvider, Button } from '@topotal/topotal-ui'

ReactROM.render(
  (
    <ThemeProvider>
      <Button color="primary" />
    </ThemeProvider>
  ),
  document.getElementById('app'),
)

/@topotal/topotal-ui/

    Package Sidebar

    Install

    npm i @topotal/topotal-ui

    Weekly Downloads

    22

    Version

    0.58.12

    License

    MIT

    Unpacked Size

    373 kB

    Total Files

    367

    Last publish

    Collaborators

    • sawa-zen