USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

Tabs: New Vertical Variants #570

Open francisrupert opened 2 years ago

francisrupert commented 2 years ago

Proposal

Add Vertical variants of the Content Tabs component, which are currently limited to a horizontal listing of tabs.

Sub-tasks

Presumed naming

Speculative Design

image

francisrupert commented 2 years ago

Listing initial Prototype Commits on Branch feature/tabs-vertical to link to this issue.

francisrupert commented 2 years ago

Status

Pretty much ready for use... however... the last attempt at making it Responsive using the expected .fsa-content-tabs--[variant]@[breakpoint] naming convention doesn't hold up due to CSS specificity conflicts.

Possibilities

  1. Launch as-is without the Responsive Namespacing, and document that absence.
  2. Rebuild the attempted SCSS function that attempts to make it responsive.
  3. Make Vertical Tabs its own component rather than a variant of fsa-content-tabs.
  4. Abandon outright the notion of vertical tabs at all, or at least shelve it to the parking lot.