chris-pearce / chris-pearce/bricks
Complete the "Child Elements" section
Open
documentation
- Dominant language
- CSS
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
> Some components are comprised of multiple elements but for some components, you'll only have access to one `className` prop. For example, the `FieldSet` component's HTML structure looks like this:
```html
```
> But only `` is available. Therefore, to be able to reach in and style the child element(s), in this case, the `` element, you have a few options: [?]
**Inspiration**
* https://material-ui.com/customization/overrides/#overriding-with-classes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.