@xquare/ui
v1.0.2
Published
XQUARE의 웹 프론트의 UI를책임질 React전용 UI 라이브러리
Downloads
6
Readme
SemicolonDesign Frontend
Semicolon;에서 개발한 교내 프로젝트 전용 디자인 시스템입니다.
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
아직없다!