1.0.0 • Published 3 years ago

@semicolon-ui/ui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

SemicolonDesign Frontend

Semicolon;에서 개발한 교내 프로젝트 전용 디자인 시스템입니다.

View the full documentation ▸

Install

npm install --save @semicolondsm/ui
yarn add @semicolondsm/ui

Usage

사용하 전 반드시 아래 코드를 추가해주세요

<link rel="stylesheet" href="https://assets-fe.xquare.app/style.css" />
import React, { Component } from "react";

import { Button } from "@semicolondsm/ui";

const Example: React.FC = () => {
  return <Button>Hello, world!</Button>;
};

🎉 Worked

아직없다!