Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/cra-antd-theme
How to theme ant design with styled-components in create-react-app
https://github.com/santospatrick/cra-antd-theme
ant-design antd reactjs styled-components
Last synced: 4 days ago
JSON representation
How to theme ant design with styled-components in create-react-app
- Host: GitHub
- URL: https://github.com/santospatrick/cra-antd-theme
- Owner: santospatrick
- Created: 2021-03-17T23:14:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T17:36:07.000Z (over 3 years ago)
- Last Synced: 2024-11-09T17:46:48.847Z (2 months ago)
- Topics: ant-design, antd, reactjs, styled-components
- Language: HTML
- Homepage: https://admiring-engelbart-79b0d0.netlify.app/
- Size: 704 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-antd-theme
> How to theme ant design with styled-components in create-react-app![live example](docs/readme.png)
[Live demo](https://admiring-engelbart-79b0d0.netlify.app/)
## Setup
```
yarn
yarn start
```## Features
- [x] [create-react-app](https://create-react-app.dev/)
- [x] [Ant Design](http://ant.design/)
- [x] [Styled Components](https://styled-components.com/)
- [x] [Customized Theme](https://ant.design/docs/react/customize-theme)## Issues
- [ ] Every time we need to customize theme variables, the front-end server needs to be restarted 😞