Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

semicolondsm/SemicolonDesign_Frontend_Old

Repository files navigation

2021.10.03 https://github.com/semicolonDSM/SemicolonDesign_Frontend 로 통합됨

SemicolonDesign Frontend

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

View the full documentation ▸

Install

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

Usage

import React, { Component } from 'react';

import { Button } from '@xquare/ui';

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

🎉 Worked

아직없다!