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

1.4.1 • 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://style.xquare.app/styles.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 @semicolondsm/ui

Weekly Downloads

0

Version

1.4.1

License

MIT

Unpacked Size

681 kB

Total Files

32

Last publish

Collaborators

  • teamxquare
  • eungyeole