Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 945 Bytes

File metadata and controls

39 lines (27 loc) · 945 Bytes

@ramong26/xp-components

React + TypeScript 기반의 가볍고 재사용 가능한 UI 컴포넌트 라이브러리입니다.
디자인 시스템 구축을 목표로 하며, 일관된 UI와 빠른 개발 경험을 제공합니다.


✨ 특징

  • 가벼운 컴포넌트 구조
  • 재사용성과 확장성을 고려한 설계

📦 설치

# pnpm
pnpm add @ramong26/xp-components

# npm
npm install @ramong26/xp-components

🚀 사용 예시

import { Button } from '@ramong26/xp-components';

export default function App() {
  return <Button variant="primary">확인</Button>;
}

주요 컴포넌트 미리 보기

button image switch image