@semicolon-ui/ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

SemicolonDesign Frontend

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

View the full documentation ▸

Install

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

Usage

사용하 전 반드시 아래 코드를 추가해주세요

<link rel="stylesheet" href="https://assets-fe.xquare.app/style.css" />
import React, { Component } from "react";

import { Button } from "@semicolondsm/ui";

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

🎉 Worked

아직없다!

Readme

Keywords

none

Package Sidebar

Install

npm i @semicolon-ui/ui

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

865 kB

Total Files

25

Last publish

Collaborators

  • teamxquare
  • eungyeole