Skip to content

Commit 8c6f2e6

Browse files
Add link in components.md doc (#370)
Changed "MUI documentation" text to a hyperlink to the MUI documentation: https://mui.com/material-ui/all-components/ Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
1 parent 711653a commit 8c6f2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/how_to/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Button(label="No Ripple!", theme_config=custom_theme).servable()
2525
```
2626

2727
:::{tip}
28-
The exact key for each component may vary. For instance, if you want to override `MuiButtonBase` specifically, you’d use "MuiButtonBase". If you need to target the higher-level Button or Card, find the appropriate name in Mui documentation.
28+
The exact key for each component may vary. For instance, if you want to override `MuiButtonBase` specifically, you’d use "MuiButtonBase". If you need to target the higher-level Button or Card, find the appropriate name in the [Mui documentation](https://mui.com/material-ui/all-components/) , usually in the Customization section of the MUI documentation page.
2929
:::
3030

3131
## Theme style overrides

0 commit comments

Comments
 (0)