off-design-system
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

OFF_Design_System

Getting Started

npm install off-design-system
yarn add off-design-system

프로젝트 루트에 index.css 파일을 추가해주세요.

import "serif-ui-components/dist/index.css";
import { Button } from "off-design-system";

const App = () => {
  return (
    <div>
      <Button buttonType="outline" label="Serif test" />
    </div>
  );
};

Package Sidebar

Install

npm i off-design-system

Weekly Downloads

1

Version

0.0.33

License

MIT

Unpacked Size

495 kB

Total Files

21

Last publish

Collaborators

  • jgjgill
  • limjiseon
  • euan-lee
  • whdgus7578