Can I use only datatable of material ui 5?

Hello everyone, when I install Material ui 5 as I am told in their official documentation, it seems that I have to use it for the entire user interface. But I just want to use their data table in my project. Is there a way to install Material UI so that I can only use some of its components?
Best Roman

If you include Material UI, then you are going to be bringing in the whole library. There is nothing that will force you to use any other components, but it designed to be used as a core styling library for the whole application.

When you’re considering importing a large library for a single component, I generally recommend that you try to find a smaller library that is focused on the component that you are interested in.

Thank you for your response.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.