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

feat(NcButton): Add size prop to allow setting the button size to small, normal, large #5767

Merged
merged 1 commit into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. feat(NcButton): Add size prop to allow setting the button size to `…

    …small`, `normal`, `large`
    
    With our new 3 different clickable area sizes we have some places, like the header menu,
    where we still want to use "large" buttons. So this gives the ability to set the button
    size to either `normal` which is the default, `large` for main actions or `small`.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    23efe16 View commit details
    Browse the repository at this point in the history