ant-design-korea / ant-design

엔터프라이즈급 UI 디자인 언어 및 React UI 라이브러리
https://ant.design
MIT License
14 stars 25 forks source link

Ant Design

엔터프라이즈급 UI 디자인 언어 및 React UI 라이브러리 [![CI status][github-action-image]][github-action-url] [![codecov][codecov-image]][codecov-url] [![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![][jsdelivr-image]][jsdelivr-url] [![FOSSA Status][fossa-image]][fossa-url] [![Follow Twitter][twitter-image]][twitter-url] [![Renovate status][renovate-image]][renovate-dashboard-url] [![][issues-helper-image]][issues-helper-url] [![dumi][dumi-image]][dumi-url] [![Issues need help][help-wanted-image]][help-wanted-url] [Changelog](./CHANGELOG.ko-KR.md) [원본 Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md) · [Report Bug][github-issues-url] · [Request Feature][github-issues-url] · Korean · [원본](https://github.com/ant-design-korea/ant-design.git) ## ❤️ 후원자 [![](https://opencollective.com/ant-design/tiers/sponsors/badge.svg?label=Sponsors&color=brightgreen)](https://opencollective.com/ant-design#support) [![](https://opencollective.com/ant-design/tiers/backers/badge.svg?label=Backers&color=brightgreen)](https://opencollective.com/ant-design#support) [![](https://opencollective.com/ant-design/tiers/sponsors.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/sponsors-218/checkout) [![](https://opencollective.com/ant-design/tiers/backers.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/backers-217/checkout) [npm-image]: http://img.shields.io/npm/v/antd.svg?style=flat-square [npm-url]: http://npmjs.org/package/antd [github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg [github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22 [codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square [codecov-url]: https://codecov.io/gh/ant-design/ant-design/branch/master [download-image]: https://img.shields.io/npm/dm/antd.svg?style=flat-square [download-url]: https://npmjs.org/package/antd [fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fant-design%2Fant-design.svg?type=shield [fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fant-design%2Fant-design?ref=badge_shield [help-wanted-image]: https://flat.badgen.net/github/label-issues/ant-design/ant-design/help%20wanted/open [help-wanted-url]: https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22 [twitter-image]: https://img.shields.io/twitter/follow/AntDesignUI.svg?label=Ant%20Design [twitter-url]: https://twitter.com/AntDesignUI [jsdelivr-image]: https://data.jsdelivr.com/v1/package/npm/antd/badge [jsdelivr-url]: https://www.jsdelivr.com/package/npm/antd [bundlephobia-image]: https://badgen.net/bundlephobia/minzip/antd?style=flat-square [bundlephobia-url]: https://bundlephobia.com/package/antd [issues-helper-image]: https://img.shields.io/badge/using-actions--cool-blue?style=flat-square [issues-helper-url]: https://github.com/actions-cool [renovate-image]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square [renovate-dashboard-url]: https://github.com/ant-design/ant-design/issues/32498 [dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square [dumi-url]: https://github.com/umijs/dumi [github-issues-url]: https://new-issue.ant.design

한국어 | 원본

✨ 기능

🖥 지원되는 환경

Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
Electron
Edge last 2 versions last 2 versions last 2 versions last 2 versions

📦 설치

npm install antd
yarn add antd
pnpm add antd

🔨 사용법

import { Button, DatePicker } from 'antd';

export default () => (
  <>
    <Button type="primary">눌러주세요</Button>
    <DatePicker placeholder="날짜 선택" />
  </>
);

🔗 링크

⌨️ 개발

opensumi.run을 사용해보세요, 무료 온라인 프런트엔드 개발 환경입니다.

opensumi.run

Or clone locally:

$ git clone git@github.com:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start

브라우저를 열고 http://127.0.0.1:8001에 접속하세요, 자세한 내용은 개발 문서를 참고해주세요.

🤝 컨트리뷰트 PRs Welcome

Top Contributors of ant-design/ant-design - Last 28 days Performance Stats of ant-design/ant-design - Last 28 days
New participants of ant-design - past 28 days

더 나은 antd 를 함께 빌드합시다.

우리는 모든 컨트리뷰션을 환영합니다. 우선 우리의 컨트리뷰션 가이드를 읽어주세요. 당신은 어떤 아이디어든 Pull Request 혹은 GitHub Issues로 제출할 수 있습니다. 만약 코드를 개선하고 싶다면, 개발 지침을 확인하고 좋은 시간보내세요! :)

만약 당신이 콜라보레이터라면, 우리의 Pull Request Principle 을 따라 Pull Request Template을 사용하여 Pull Request를 생성해주세요.

이슈 발견

우리는 Polar.shIssuehunt를 사용하여 보고 구현하고 싶은 특정 기능에 투표할 수 있고 홍보할 수 있습니다. 우리의 백로그를 확인하고 우리를 도와주세요:

이 리포지토리의 이슈를 찾아 봅시다.