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

0.58.11 • 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'),
)

Readme

Keywords

none

Package Sidebar

Install

npm i @topotal/topotal-ui

Weekly Downloads

44

Version

0.58.11

License

MIT

Unpacked Size

372 kB

Total Files

367

Last publish

Collaborators

  • sawa-zen