semicolondsm / SemicolonDesign_Frontend_Old

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

Home Page:https://main--60e54adc171c1d003bf97d21.chromatic.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

아직없다!

About

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

https://main--60e54adc171c1d003bf97d21.chromatic.com/


Languages

Language:TypeScript 91.9%Language:JavaScript 7.0%Language:HTML 1.1%