Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Apr 28, 2023
1 parent cfa48d9 commit 1b46807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Use the `slots` prop to override the root or any other interior slot:
```jsx
<TablePagination slots={{ root: 'div', toolbar: 'nav' }} />
```

:::info
The `slots` prop is available on all non-utility Base components.
See [Overriding component structure](/base/guides/overriding-component-structure/) for full details.
Expand All @@ -118,7 +119,6 @@ The following code snippet applies a CSS class called `my-spacer` to the spacer
<TablePagination slotProps={{ spacer: { className: 'my-spacer' } }} />
```


## Customization

### Usage with TypeScript
Expand Down

0 comments on commit 1b46807

Please sign in to comment.