accessible-html
accessible-html copied to clipboard
Require id and controls when setting up tabs and tabpanels
For instance:
tab : { id : String, controls : String, selected : Bool } -> List (Html.Attribute msg) -> List (Html msg)