Skip to content

justcodeitstudy/moyeo-design-system

Repository files navigation

moyeo-design-system

모여 프로젝트에 필요한 컴포넌트를 구현한 모여 디자인 시스템 레포지토리입니다.

View the full documentation ▸

🛠 Install

npm i jci-moyeo-design-system
yarn add jci-moyeo-design-system

✏️ Usage

import React from "react";
import { Button } from "jci-moyeo-design-system";

const App = () => {
  return <Button>Hello, world!</Button>;
};

🎨 Worked

  • Accordion
  • Button
  • Card
  • Carousel
  • Checkbox
  • Chip
  • Icon
  • Modal
  • Popover
  • SearchInput
  • Select
  • Switch
  • Tabs
  • TextInput