0.0.17 • Published 1 year ago

@reable/ems-design-system v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@reable/ems-design-system

reable ems 디자인 시스템 라이브러리입니다.

Reable BEMS Design System

Installation

$ npm install @reable/ems-design-system
# or
$ yarn add @reable/ems-design-system

Getting started

To start using the components, first wrap your application in a provider provided by @reable/ems-design-system

import { ReableEMSProvider } from '@reable/ems-design-system';

const App = ({ children }) => {
  return <ReableEMSProvider>{children}</ReableEMSProvider>;
};

After adding the provider, now you can start using components like this.

import { Button } from '@reable/ems-design-system';

function App() {
  return (
    <Button variant="primary" size="lg">
      Hello World
    </Button>
  );
}

Links

0.0.16

1 year ago

0.0.17

1 year ago

0.0.15

1 year ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago