wet-aquaW
Refine3y ago
7 replies
wet-aqua

How can I split on more lines the sidebar item text?

I want to split the label: 'Gestione Terreno' on two lines so that it will be fully visible on the sidebar. How can I achieve this?

<Refine
dataProvider={dataProvider("http://localhost:8080/api/v1")}
notificationProvider={notificationProvider}
ReadyPage={ReadyPage}
catchAll={<ErrorComponent />}
resources={[
{
name: "OnBoardings",
list: OnBoarding,
show: DettagliTerreno,
create: CreaTerreno,
edit: EditTerreno,
options: {
label: 'Gestione Terreni',
},
icon: <MapRounded />,

},
Was this page helpful?