keystone icon indicating copy to clipboard operation
keystone copied to clipboard

Make the navigation wrapping ul component user customisable

Open mikehazell opened this issue 9 months ago • 2 comments

The NavigationContainer component rendered it's children inside a ul meaning if you wanted to render anything other than an li you would have to do some gymnastics to make it work.

This change makes it the users' responsibility to properly wrap list items in a ul.

  • exposes a NavItemGroup component with appropriate styling
  • updates "Custom Admin UI Navigation" usage docs

mikehazell avatar May 22 '24 04:05 mikehazell