1.0.2 • Published 3 years ago

@xquare/ui v1.0.2

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

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

아직없다!