Is there any way to integrate (wrap) bootstrap or any JS lib inside to create rust components #1980
Unanswered
antonio-castellon
asked this question in
Q&A
Replies: 1 comment
-
For tables, you might be interested in https://github.com/feral-dot-io/dioxus-sortable?tab=readme-ov-file Integrating with other frameworks components is discussed more in these comments: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This way to work with RUST is amazing but I feel (maybe wrongly) that we need some additional components in order to not waste our time re-coding again ourselves some complex components like tables with filters, sort, events, etc. like we are doing in react. If is there a way to include inside these Rust components some library (or way to do that) in order to re-use all these code, will be fantastic... in any other case we must need to wait until the ecosystem has enough complex components to simplify the full code cycle in cross systems.
:-)
Beta Was this translation helpful? Give feedback.
All reactions