Skip to content

ramong26/xp-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

리액트 18,19 + SCSS / pnpm, npm 설치 가능 / 컴포넌트 추가 예정

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors