-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
🏋️ improvementEnhancements or optimizations to existing functionalityEnhancements or optimizations to existing functionality🚨 breakingBreaking changesBreaking changes🧁 needs bakingRequires more time for consideration or development before further actionRequires more time for consideration or development before further action
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?
Metadata
Metadata
Assignees
Labels
🏋️ improvementEnhancements or optimizations to existing functionalityEnhancements or optimizations to existing functionality🚨 breakingBreaking changesBreaking changes🧁 needs bakingRequires more time for consideration or development before further actionRequires more time for consideration or development before further action