Give an icon on the menu configuration in the README.md doc

This commit is contained in:
Dita Aji Pratama 2024-09-30 17:13:43 +07:00
parent 1e3f18c72c
commit 7f339cce3e

View File

@ -88,30 +88,35 @@ A prime dashboard based on bootstrap 5
```python ```python
menu_sidebar = [ menu_sidebar = [
{ {
"icon":"fa-solid fa-gauge",
"name":"Dashboard", "name":"Dashboard",
"target":"_self", "target":"_self",
"href":"#", "href":"#",
"roles":[1,2] "roles":[1,2]
}, },
{ {
"icon":"fa-solid fa-users",
"name":"Users", "name":"Users",
"target":"_self", "target":"_self",
"href":"#", "href":"#",
"roles":[1,2] "roles":[1,2]
}, },
{ {
"icon":"fa-solid fa-book",
"name":"Items", "name":"Items",
"target":"_self", "target":"_self",
"href":"#", "href":"#",
"roles":[1,2] "roles":[1,2]
}, },
{ {
"icon":"fa-solid fa-book",
"name":"Analytic", "name":"Analytic",
"target":"_self", "target":"_self",
"href":"#", "href":"#",
"roles":[1,2] "roles":[1,2]
}, },
{ {
"icon":"fa-solid fa-book",
"name":"Reports", "name":"Reports",
"target":"_self", "target":"_self",
"href":"#", "href":"#",