0.0.10 • Published 10 months ago

chrono-ui-2 v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@yorkie-ui/core

@yorkie-ui/core is a component library for React. It provides a basic set of styles and components that can be used to build homepage and dashboard of Yorkie.

Installation

npm install @yorkie-ui/core

Usage

Import the styles and components you need from @yorkie-ui/core:

// import the styles
import '@yorkie-ui/core/styles.css';

// import button component
import { Button } from '@yorkie-ui/core';

const App = () => (
  <Button
    variant="outline"
    onClick={() => {
      console.log('click!');
    }}
  >
    Click me
  </Button>
);
0.0.10

10 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago