0.0.10 • Published 12 months ago

chrono-ui-2 v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
12 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

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago