모여 프로젝트에 필요한 컴포넌트를 구현한 모여 디자인 시스템 레포지토리입니다.
npm i jci-moyeo-design-system
yarn add jci-moyeo-design-system
import React from "react";
import { Button } from "jci-moyeo-design-system";
const App = () => {
return <Button>Hello, world!</Button>;
};
- Accordion
- Button
- Card
- Carousel
- Checkbox
- Chip
- Icon
- Modal
- Popover
- SearchInput
- Select
- Switch
- Tabs
- TextInput