EnsembleUI / ensemble-react

BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Proper implementation for ViewGroup - Sidebar #62

Open vusters opened 12 months ago

vusters commented 12 months ago

ViewGroup group a bunch of Ensemble View together behind a navigational menu. This is a ViewGroup:

ViewGroup:
  BottomNavBar|Sidebar|Drawer:
    items:
      - label: Home
        icon: home
        page: Home
      - label: Profile
        icon: person
        page: Profile
        selected: true

For this ticket, please implement only the Sidebar

kmahmood74 commented 12 months ago

this one is not assigned, please assign it @vusters

evshi commented 11 months ago

Duplicates #37