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
We want to provide a mini-button-group component. It's purpose is to provide a list of actions.
Figma: https://www.figma.com/design/9r6xSfNmEfCFxl1yFYedrj/Lyne-Components?m=auto&node-id=32457-650777&t=bsLmIu6BsmRYYOZV-1
Design Spec:
Tech Spec:
sbb-divider
<sbb-mini-button-group> <sbb-mini-button>Action 1</sbb-mini-button> <sbb-mini-button>Action 2</sbb-mini-button> </sbb-mini-button-group>
<sbb-mini-button-group> <sbb-mini-button>Action 1</sbb-mini-button> <sbb-divider></sbb-divider> <sbb-mini-button>Action 2</sbb-mini-button> </sbb-mini-button-group>
The text was updated successfully, but these errors were encountered:
TomMenga
Successfully merging a pull request may close this issue.
We want to provide a mini-button-group component.
It's purpose is to provide a list of actions.
Figma: https://www.figma.com/design/9r6xSfNmEfCFxl1yFYedrj/Lyne-Components?m=auto&node-id=32457-650777&t=bsLmIu6BsmRYYOZV-1
Design Spec:
Tech Spec:
Should not usesbb-divider
, just css for the separators between buttonsThe text was updated successfully, but these errors were encountered: