-
Notifications
You must be signed in to change notification settings - Fork 367
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
How easy is it to integrate with Tailwindcss ? #954
Comments
I didn't analyze this enough to estimate effort, but I thought about what would be involved: Each Search UI component has a containing element, whose A custom view component gives you full control of the DOM elements at the expense of creating and maintaining the component. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Adding an example to the docs on how to achieve this might be useful. Tailwind is very popular. Related 820 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hi,
I have read the docs on custom CSS but it seems to rely very heavily on 'overriding' styles with predefined names. I would like to use Tailwindcss and was wondering how hard is it to add tailwind-css classes on each of the provided components directly instead of in a separate CSS file.
Since tailwind is very popular it might be nice to add a guide to the docs just like the NextJS guide.
The text was updated successfully, but these errors were encountered: