Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teambuzzle/bds
buzzle design system
https://github.com/teambuzzle/bds
design-system react styled-components typescript
Last synced: about 1 month ago
JSON representation
buzzle design system
- Host: GitHub
- URL: https://github.com/teambuzzle/bds
- Owner: teamBuzzle
- License: mit
- Created: 2024-09-14T05:34:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T14:18:20.000Z (about 2 months ago)
- Last Synced: 2024-12-19T03:42:56.113Z (about 1 month ago)
- Topics: design-system, react, styled-components, typescript
- Language: TypeScript
- Homepage: https://teambuzzle.github.io/bds/
- Size: 96.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ⚠️ 주의: BDS는 현재 개발 중인 프로젝트입니다. 일부 기능이 완성되지 않았거나 예고 없이 변경될 수 있습니다. 프로덕션 환경에서의 사용은 권장되지 않습니다.
# BDS (Buzzle Design System)
강력하고 유연한 디자인 시스템으로 Buzzle의 미래를 만들어갑니다.## 주요 기능
🎨 **풍부한 컴포넌트**: 60개 이상의 고품질 React 컴포넌트를 제공합니다.
🚀 **성능 최적화**: 빠른 로딩과 부드러운 상호작용을 위해 최적화되었습니다.
📦 **간편한 설치**: npm 또는 yarn을 통해 쉽게 설치할 수 있습니다.
📚 **포괄적인 문서**: 상세한 API 문서와 다양한 예제를 제공합니다.
## 시작하기
### 설치
npm을 사용하는 경우:
```bash
npm install @buzzle/bds
```yarn을 사용하는 경우:
```bash
yarn add @buzzle/bds
```### 사용 예시
```jsx
import { Button } from '@buzzle/bds';export const App = () => {
return Click me;
};
```### 기여하기
BDS는 모든 기여자의 참여를 환영합니다. 기여하는 방법은 다음과 같습니다:
1. 이슈 또는 기능 요청을 제안합니다.
2. 코드를 작성하고 테스트합니다.
3. 풀 리퀘스트를 제출합니다.
4. 코드 리뷰를 받습니다.