You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add toggleProps that spreads to the toggle (allowing customization of toggle width and other MenuToggle properties)
add informational isMenuOpen callback about open state, returning the current menu state - this can be tracked by keeping a local isOpen boolean that flips when onToggle is called, updated when onToggle is called internally
add id prop / add generated default ID rather than static - this can already be passed by spread props, removed the default ids
add spreadable props to other inner components to aid in customization (later going back to expose specific props in the API if we find one always being used)
The text was updated successfully, but these errors were encountered:
toggleProps
that spreads to the toggle (allowing customization of toggle width and other MenuToggle properties)add informational- this can be tracked by keeping a local isOpen boolean that flips when onToggle is called, updated when onToggle is called internallyisMenuOpen
callback about open state, returning the current menu stateadd- this can already be passed by spread props, removed the default idsid
prop / add generated default ID rather than staticThe text was updated successfully, but these errors were encountered: