From 7f339cce3eace71eebb447cf72231f8fbb1ed230 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 30 Sep 2024 17:13:43 +0700 Subject: [PATCH] Give an icon on the menu configuration in the README.md doc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 114083a..c2ccfd0 100644 --- a/README.md +++ b/README.md @@ -88,30 +88,35 @@ A prime dashboard based on bootstrap 5 ```python menu_sidebar = [ { + "icon":"fa-solid fa-gauge", "name":"Dashboard", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-users", "name":"Users", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Items", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Analytic", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Reports", "target":"_self", "href":"#",