v0.1 — Now in public preview

Thingspire UI design library, built for copy & paste.

컴포넌트 28개를 한곳에 모아둔 쇼케이스, Registry API, npm CLI까지. 필요한 부품만 골라서 프로젝트에 그대로 떨어뜨리세요.

$ npx @309-thingspire/ui@latest add button
28
components
3
categories
CSS
no Tailwind
MIT
license

Quick start

1

Initialise

프로젝트 루트에서 CLI를 초기화하면 design-library.json 설정 파일이 생성됩니다.

npx @309-thingspire/ui init
2

Add a component

필요한 컴포넌트만 골라서 로컬 프로젝트에 직접 복사합니다.

npx @309-thingspire/ui add button
3

Customize

복사된 코드는 본인의 코드입니다. 마음껏 수정해서 사용하세요.

edit components/button/...