Replies: 1 comment 5 replies
-
For tailwind, we don't support this right now, see #438. Can you tell me more about why you're trying to integrate Mesop with Astro? I'm not super familiar with Astro, but I think typically you use it with other JS frameworks like React, so I'm not sure how you would integrate Mesop with Astro. You should be able to use React components by wrapping it as a web component. Let us know if you run into issues, thanks. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have read this https://google.github.io/mesop/web_components/quickstart/
I am a bit unsure how to create a Button component for form submission that's styled in tailwind and usable in an Astro frontend.
I am more of a python person so I'm very motivated to figure this out.
Going forward I intend to include libraries like
react-flow
so I lean towards building custom components that can use react libraries and can interact with other react componentsI am thinking of using this https://github.com/google/mesop/tree/main/mesop/examples/web_component/quickstart or https://github.com/google/mesop/tree/main/mesop/components/button as the structure and replace the code to reflect the above scenario
Beta Was this translation helpful? Give feedback.
All reactions