Open
Description
As this library has evolved, it's becoming more and more like django.forms
or django_tables2
, with a top-level container (Nav
, django.forms.Form
, django_tables2.Table
, etc.) containing child items. Right now the rendering of the navigation is handled completely by the parent Nav
, but does it make sense to adopt the widget approach and have a NavItem
be also responsible for rendering itself?