Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammarks/antd-addons
Additional components built on top of the Ant Design Framework.
https://github.com/sammarks/antd-addons
ant-design antd graphql react
Last synced: 6 days ago
JSON representation
Additional components built on top of the Ant Design Framework.
- Host: GitHub
- URL: https://github.com/sammarks/antd-addons
- Owner: sammarks
- License: mit
- Created: 2019-02-11T00:28:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T17:20:31.000Z (over 4 years ago)
- Last Synced: 2024-10-19T09:19:28.620Z (4 months ago)
- Topics: ant-design, antd, graphql, react
- Language: JavaScript
- Homepage: https://sammarks.gitbook.io/ant-addons/
- Size: 624 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![][header-image]
[![CircleCI][circleci-image]][circleci-url]
[![NPM version][npm-version]][npm-url]
[![NPM downloads][npm-downloads]][npm-url]
![License][license]
![Issues][issues]`antd-addons` is a collection of React Components based off of the [Ant
Design Framework](https://ant.design/), and is tailored toward the rapid
prototyping of React applications using GraphQL as a backend.It provides several helpers, from an error indicator to a complex React
component that allows searching for a specific model from your backend
and selecting it in a UI.See [the documentation](https://sammarks.gitbook.io/ant-addons/) for more details.
## TODOs
- [ ] Documentation for `SelectButton`, `SelectButtonContent`, and `SingleSelectButton`
## Get Started
```sh
npm install react-antd-addons
yarn add react-antd-addons
```Start using components inside your application!
## Features
- Set of React Components to allow faster prototyping of React + GraphQL
applications.
- Built-in internationalization with the ability to customize translations
in your own project.[header-image]: https://raw.githubusercontent.com/sammarks/art/master/antd-addons/header.jpg
[circleci-image]: https://img.shields.io/circleci/project/github/sammarks/antd-addons.svg
[circleci-url]: https://circleci.com/gh/sammarks/antd-addons/tree/master
[npm-version]: https://img.shields.io/npm/v/antd-addons.svg
[npm-downloads]: https://img.shields.io/npm/dm/antd-addons.svg
[npm-url]: https://www.npmjs.com/package/antd-addons
[license]: https://img.shields.io/github/license/sammarks/antd-addons.svg
[issues]: https://img.shields.io/github/issues/sammarks/antd-addons.svg