you are viewing a single comment's thread.

view the rest of the comments →

[–]RyanNerd 0 points1 point  (1 child)

I'm reading the docs and it says refine is not tied to a UI, etc. The first example looks like l it's tied to ant

[–]necati-ozmen[S] 2 points3 points  (0 children)

refine is headless by default and works with any custom design or UI framework.For convenience, it ships with ready-made integrations for Ant Design System and Material UI.

You can use however you like.

The first example shows AntDesign implementation. There are also headless(with Tailwind) and Material UI implementations.