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

Button group with tick #965

Open
lindamarieb opened this issue Mar 8, 2024 · 5 comments
Open

Button group with tick #965

lindamarieb opened this issue Mar 8, 2024 · 5 comments

Comments

@lindamarieb
Copy link

I am trying to recreate a Bootstrap like button group with a tick on the selected button but I cannot find a single example of how to do draw the tick. The showcase document mentions that Fontawesome is supported but I cannot find any examples. Can anyone suggest a solution for this please?

@siegelzc
Copy link

siegelzc commented Mar 9, 2024

Screenshot 2024-03-08 at 8 39 44 PM
https://getbootstrap.com/docs/4.0/components/button-group/

Is this what you're talking about?

@lindamarieb
Copy link
Author

Screenshot 2024-03-08 at 8 39 44 PM https://getbootstrap.com/docs/4.0/components/button-group/

Is this what you're talking about?

Yes this is what I need to do exactly.

@siegelzc
Copy link

You can't have interactive elements like this with openhtmltopdf. They will only work in a browser.

If you don't need interactivity, but you just want to draw the button group in a single, unchanging state, that's just a matter of your skills with HTML/CSS.

@siegelzc
Copy link

You might be able to just copy/paste the Bootstrap implementation

@lindamarieb
Copy link
Author

Thank you, I'll try that.

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

No branches or pull requests

2 participants