css
Description
Adds a custom style to the Pager control.Usage
css?: string;
Example
<Pager css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling a pager
css?: string;
<Pager css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling a pager