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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d9cb5c · Aug 21, 2021

History

17 Commits
Aug 21, 2021
Jul 7, 2021
Aug 20, 2021
Aug 21, 2021
Aug 20, 2021
Aug 20, 2021
Jul 7, 2021
Aug 21, 2021
Aug 20, 2021
Jul 7, 2021
Jul 7, 2021
Aug 21, 2021

Repository files navigation

XQUARE UI

XQUARE의 웹 프론트의 UI를책임질 React UI 라이브러리

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

아직없다!