Slot cleanup questions
cc @julio8a
Thx @driskull, these updates would match up consistency with nomenclature across components?
I think so. the first one might be a doc bug but someone needs to confirm.
nav commonly used or do we need navigation? I know there's a <nav> element, but it has different semantics. Sidebar, is
navcommonly used or do we neednavigation? I know there's a<nav>element, but it has different semantics.
We hope to tackle a true āapp navigationā story this year, for which we probably (?) want to use calcite-nav (and calcite-nav-*).
Using calcite-tab-nav in tabs is a little misleading IMO, itās really a wrapper for only calcite-tab-title children.
Maybe calcite-tab-title-group (and a resultantly named slot) ? To me itās a more literal name, and more closely matches other instances of parent-child component nomenclature in the library (option, pick list, dropdown, tile, etc.)
We don't prefix any slots elsewhere with calcite- or component- so we should be consistent.
I meant a slot named ātitle-groupā based on a component of ācalcite-tab-title-groupā, but obviously thatās a much larger change to rename the ācalcite-tab-navā component.
The 1st item has been addressed. For the remaining:
We should probably tackle these closer to 1.0.0 to batch all rename work in a single release.