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

Howto make a Button / Dropdown / Colorpicker combination #5365

Closed
njannink opened this issue Mar 13, 2024 · 1 comment
Closed

Howto make a Button / Dropdown / Colorpicker combination #5365

njannink opened this issue Mar 13, 2024 · 1 comment
Labels
Type: Feature ⚙ Request or idea for a new feature.

Comments

@njannink
Copy link
Contributor

Im building a toolbar and would like to add a colorpicker to my toolbar. Something that you have in Word etc to be able to have a button to assign a text color.

image

Is this somehow already possible with Blazorise toolkit by combining various elements?

@njannink njannink added the Type: Feature ⚙ Request or idea for a new feature. label Mar 13, 2024
@stsrki
Copy link
Collaborator

stsrki commented Mar 13, 2024

Did you tried ColorPicker?

Other than that, you might use a regular Div element in a Dropdown/DropdownMenu and structure it with a Grid component. Then colorize each Div with either a Background parameter, or explicitly with Style=""background-color: #fff.

@stsrki stsrki closed this as completed Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants