https://github.com/saneef/theming-imported-styled-component-debug
https://github.com/saneef/theming-imported-styled-component-debug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/saneef/theming-imported-styled-component-debug
- Owner: saneef
- Created: 2018-10-16T20:01:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T20:12:00.000Z (over 7 years ago)
- Last Synced: 2025-01-24T18:46:04.194Z (over 1 year ago)
- Language: JavaScript
- Size: 597 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# theming-imported-styled-components
## Problem
Our aim to create a collection of UI components, `sample-components`, and use them in other projects, currently for this case `sample-app`.
We should be able to theme the components from `sample-components` in other apps.
Ref: `packages/sample-app/src/App.js`
The problem we are facing is, with current setup we are not able to theme. The theme provided to `` used in the `App.js` is ignored by the `` component.
## Running
```bash
$ yarn # Install dependencies
$ yarn start # To start CRA app
```