2 Replies
Hi @mflash.. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Refine is a headless framework and does not include UI components by default. However, it supports Material UI and Ant Design for quick and easy solutions. You can create your custom styles in your refine project.
To create global style rules for your app, navigate to the
src
directory, create a new file styles.css
, and include your custom CSS code. For example:
Then, include the style sheet in the index.tsx
file:
This way, your custom styles will be applied globally to your application.
For more information, refer to the refine tutorials for UI implementation examples (https://refine.dev/docs/#introduction).
Source: React Search Bar and Filtering (https://refine.dev/blog/react-search-bar-and-filtering)
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------<@204169884727246849> kapa.ai is still learning and improving, please let us how it did by reacting below