0.0.10 • Published 1 year ago

chrono-ui-2 v0.0.10

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

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year 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