Skip to content

Commit

Permalink
docs(readme): mention @theme-ui/core in the main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Aug 9, 2021
1 parent da4a330 commit 31f18df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/theme-ui/README.md
Expand Up @@ -113,11 +113,12 @@ scales help you build UI rooted in constraint-based design principles.
## Getting Started

```sh
npm install theme-ui

npm install @emotion/react # peer dependencies
npm install theme-ui @emotion/react @mdx-js/react
```

_If you don't need color modes, components and MDX support, you can install
[**@theme-ui/core**](https://github.com/system-ui/theme-ui/tree/develop/packages/core)_.

Any styles in your app can reference values from the global `theme` object. To
provide the theme in context, wrap your application with the `ThemeProvider`
component and pass in a custom `theme` object.
Expand Down

0 comments on commit 31f18df

Please sign in to comment.