Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 😞