Skip to content
New issue

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

[Backport 1.x] feat: vertical oriented button group #1461

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Commits on Nov 13, 2024

  1. feat: vertical oriented button group (#755)

    * feat: vertical oriented button group
    
    This commit added a new prop(orientation) to the current OuiButtonGroup,
    the possible values are `horizontal` and `vertical`. The default value
    is `horizontal` which match the current UI behavior. With `vertical`
    prop, the button group will be oriented vertically.
    
    related issue: #659
    
    Signed-off-by: Yulong Ruan <[email protected]>
    
    * doc(changelog): add changelog for vertical button group
    
    Signed-off-by: Yulong Ruan <[email protected]>
    
    * fix(lint): fix sass lint
    
    Signed-off-by: Yulong Ruan <[email protected]>
    
    ---------
    
    Signed-off-by: Yulong Ruan <[email protected]>
    (cherry picked from commit 3c191a5)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    # Conflicts:
    #	CHANGELOG.md
    github-actions[bot] committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a03e9da View commit details
    Browse the repository at this point in the history