In order to create a DataGrid we first need a fully working pagination component. It comes with multiples working examples in the documentation.
9 lines
244 B
SCSS
9 lines
244 B
SCSS
@import "cunningham-tokens";
|
|
@import '@openfun/cunningham-tokens/default-tokens';
|
|
@import './components/Button';
|
|
@import './components/Forms/Input';
|
|
@import './components/Pagination';
|
|
|
|
* {
|
|
font-family: var(--c--theme--font--families--base);
|
|
} |