MCPcopy Index your code
hub / github.com/DaleStudy/daleui

github.com/DaleStudy/daleui @v1.1.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.1 ↗ · + Follow
97 symbols 251 edges 82 files 2 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

달레 UI 로고

NPM Version Chromatic 🎨 Integration 🔀 codecov bundle size All Contributors

달레 UI

🎨 달레 스터디에서 시작해, 모두에게 공개된 오픈소스 디자인 시스템

미션 (Mission)

한국어 환경에 맞는 오픈소스 디자인 시스템을 만들어 디자이너와 개발자가 접근성 높은 프로덕트를 쉽고 빠르게 함께 만들도록 돕습니다.

핵심 가치 (Core Values)

  1. 한국어 사용자 중심 설계
  2. 신뢰할 수 있는 시스템
  3. 커뮤니티 중심 발전

문서 (Documentation)

설치 (Installation)

React 프로젝트에서 다음 패키지 매니저 중 하나로 설치합니다.

# with Bun
$ bun add daleui pretendard @fontsource-variable/jetbrains-mono

# with npm
$ npm install daleui pretendard @fontsource-variable/jetbrains-mono

# with pnpm
$ pnpm add daleui pretendard @fontsource-variable/jetbrains-mono

# with Yarn
$ yarn add daleui pretendard @fontsource-variable/jetbrains-mono

앱 진입점(예: main.tsx, App.tsx)에서 스타일을 한 번에 불러옵니다.

import "daleui/styles.css";

사용법 (Usage)

import { Button } from "daleui";

export default () => (
  <>
    <Button size="md" tone="brand" type="button" variant="solid">
      시작하기
    </Button>
    <TextInput placeholder="텍스트를 입력해주세요." />
  </>
);

기여 (Contribution)

본 프로젝트는 All Contributors 관례에 따라 기여자분들의 공헌를 인정하고 감사를 표현하고 있습니다.

Dale Seo Dale Seo 💻 📖 Helena Park Helena Park 💻 📖 hyoseong hyoseong 📝 💻 📖 오예림 Ria Oh 오예림 Ria Oh 💻 📖 seunghyun seunghyun 🎨 📖 Jahye Jahye 🎨 📖 Yunsup Sim(심윤섭) Yunsup Sim(심윤섭) 💻 📖
Evan Suhyeong Lee Evan Suhyeong Lee 📝 💻 📖 최진욱 최진욱 📆 Hansaem.so Hansaem.so 💻 📖 서진혁 (Aka) 서진혁 (Aka) 💻 📖 유은지 유은지 💻 📖 Tasha(살미) Tasha(살미) 💻 📖 mkang mkang 📝 🎨
이선재 이선재 📝 💻 📖 Sehwan Sehwan 📝 💻 📖 BK LEE BK LEE 🎨 graycrisp graycrisp 🎨 Lyla (Minju) Park Lyla (Minju) Park 💻

응원 (Support)

달레 UI가 여러분의 프로젝트에 도움이 되신다면 후원을 고려해주시면 감사하겠습니다. 💝 저장소에 스타를 주시는 것도 더 많은 분들이 저희 커뮤니티를 찾는데 도움이 됩니다. ⭐

Sponsors

Extension points exported contracts — how you extend this code

SelectProps (Interface)
(no doc)
src/components/Select/Select.tsx
IconProps (Interface)
(no doc)
src/components/Icon/Icon.tsx
HStackProps (Interface)
(no doc)
src/components/HStack/HStack.tsx
FlexProps (Interface)
(no doc)
src/components/Flex/Flex.tsx
HeadingProps (Interface)
(no doc)
src/components/Heading/Heading.tsx

Core symbols most depended-on inside this repo

useField
called by 22
src/components/shared/useField.ts
createBrandIcon
called by 7
src/tokens/iconography.tsx
sanitizeHref
called by 5
src/components/shared/anchorSafety.ts
mergeRel
called by 5
src/components/shared/anchorSafety.ts
isSafeHref
called by 4
src/components/shared/anchorSafety.ts
useCardContext
called by 2
src/components/Card/Card.tsx
renderIcon
called by 2
src/components/TextInput/TextInput.tsx
keepFontImportsExternal
called by 1
vite.lib.config.ts

Shape

Function 63
Interface 34

Languages

TypeScript100%

Modules by API surface

src/components/Card/Card.tsx14 symbols
src/components/CheckboxGroup/CheckboxGroup.tsx6 symbols
src/components/shared/useField.ts5 symbols
src/components/Select/Select.tsx5 symbols
src/components/Grid/Grid.tsx5 symbols
src/components/RadioGroup/RadioGroup.tsx4 symbols
vite.lib.config.ts3 symbols
src/components/shared/anchorSafety.ts3 symbols
src/components/TextInput/TextInput.tsx3 symbols
src/components/PasswordInput/PasswordInput.tsx3 symbols
src/components/Checkbox/Checkbox.tsx3 symbols
src/components/shared/HelperText.tsx2 symbols

For agents

$ claude mcp add daleui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact