We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.dcx-tabs
.dcx-tabs-list
.dcx-tabs-list-item
.dcx-tabs-list-item--selected
.dcx-tabs-list-item--disabled
.dcx-tabs-tab
.dcx-tabs-content
Considerations:
src/design-system/tokens.json
src/design-system/card.css
src/design-system/index.css
Possible tokens:
Follow the naming pattern
Create the pages for:
On each MDX page make examples for each possible variant
Please follow these steps to create your branch:
git checkout release/1.1.0 git pull git checkout -b 'feature/tabs-design-system'
The text was updated successfully, but these errors were encountered:
jgonza16
No branches or pull requests
Tabs - Design System
1 - Prerequisites
.dcx-tabs
class name..dcx-tabs-list
class name..dcx-tabs-list-item
class name..dcx-tabs-list-item--selected
class name when the details is selected..dcx-tabs-list-item--disabled
class name when the details is disabled..dcx-tabs-tab
class name..dcx-tabs-content
class name.2 - Overview
2.1 - Possible states
2.2 - Variants
2.3 - Structure
2.4 - Tokens definition
Considerations:
src/design-system/tokens.json
src/design-system/card.css
src/design-system/index.css
Possible tokens:
Follow the naming pattern
3 - Storybook
Create the pages for:
On each MDX page make examples for each possible variant
4 - Initial setup
Please follow these steps to create your branch:
git checkout release/1.1.0 git pull git checkout -b 'feature/tabs-design-system'
The text was updated successfully, but these errors were encountered: