/goorm-design-system

구름톤 1기 - GDS

Primary LanguageHTML

goorm-design-system

구름톤 1기 - GDS

📄시작하기

npmrc 세팅

vim ~/.npmrc

@goorm-dev:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=[github 토큰]

패키지 설치

npm install reactstrap @goorm-dev/gds-goormthon

CDN URL head에 넣기

<head>
  <link
    rel="stylesheet"
    href="https://statics.goorm.io/css/goormstrap.v4.min.css"
  />
</head>

✨사용하기

import { 사용할 아이템 } from "@goorm-dev/gds-goormthon";