(react) add material icons

We need some icons to implement the Pagination and the DataGrid.
This commit is contained in:
Nathan Vasse
2023-02-16 14:42:18 +01:00
committed by NathanVss
parent 05242ffbcd
commit 980c80c784
7 changed files with 35 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ Then, add these lines at the top of your main stylesheet file:
format={false}
code={`
@import "@openfun/cunningham-react/fonts"; // Imports default fonts ( Roboto ). You can also import fonts by yourself.
@import "@openfun/cunningham-react/icons"; // Imports icons ( Material Icons ).
@import "@openfun/cunningham-react/style"; // Imports the default theme.
@import "cunningham-tokens"; // Imports the file you just generated.
`}