Skip to content

Commit 416d652

Browse files
committed
docs(theming): add CodeSandbox example for theming
1 parent 486b59a commit 416d652

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ onDayRender?(date: Date): React.ReactNode
271271
</ThemeProvider>
272272
```
273273
274-
[See all theme props](./docs/THEME_PROPS.md)
274+
- [See all theme props](./docs/THEME_PROPS.md)
275+
- [CodeSandbox example](https://codesandbox.io/s/theming-datepicker-reactstyled-42pdb?fontsize=14)
275276
276277
## How to build your own datepicker?
277278
@@ -284,9 +285,8 @@ Simple. Use
284285
285286
## Articles
286287
287-
[Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
288-
<br />
289-
[Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
288+
- [Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
289+
- [Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
290290
291291
## License
292292

packages/styled/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ onDayRender?(date: Date): React.ReactNode
271271
</ThemeProvider>
272272
```
273273
274-
[See all theme props](../../docs/THEME_PROPS.md)
274+
- [See all theme props](../../docs/THEME_PROPS.md)
275+
- [CodeSandbox example](https://codesandbox.io/s/theming-datepicker-reactstyled-42pdb?fontsize=14)
275276
276277
## How to build your own datepicker?
277278
@@ -284,9 +285,8 @@ Simple. Use
284285
285286
## Articles
286287
287-
[Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
288-
<br />
289-
[Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
288+
- [Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
289+
- [Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
290290
291291
## License
292292

0 commit comments

Comments
 (0)