Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

selectizeInput with bulma UI? #41

Open
tylerlittlefield opened this issue Nov 4, 2022 · 2 comments
Open

selectizeInput with bulma UI? #41

tylerlittlefield opened this issue Nov 4, 2022 · 2 comments

Comments

@tylerlittlefield
Copy link

I would like to use shiny::selectizeInput for server side processing. Is there an easy way to apply some of the bulma UI to shiny::selectizeInput?

@tylerlittlefield
Copy link
Author

Looks like I can get it to look somewhat similar with:

.control-label {
  margin-bottom: 0.5em;
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.selectize-input {
  padding: 9px 12px;
}

@DivadNojnarg
Copy link
Member

Yes you can play with this: https://bulma.io/documentation/form/select/ and apply bulma classes with htmltools. Also wondering if you can’t use selectize JS on a bulma select.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants