how can I create a dump carousel in material-ui? - reactjs

Please,
I want to know how to create a dump carousel in material-ui (for 3 images) since it's not predefined in material-ui ? I tried to use material-auto-rotating-carousel but it seems not easy to integrate in a simple React page.

You are correct, this feature doesn't exist in material-ui,
I will suggest to use some util for carousel
or you can use a util which provide a scrollable effect. Please check this answer - https://pt.stackoverflow.com/questions/372089/carousel-no-material-ui

Related

FrontEnd - Obfuscate classname in reactjs of MUI components

I'm trying to find the way to hash classname of all the components that use mui in my project and can't seem to find the right way. I want output like facebook or google all classes are hashed. If the product uses css-module, it is possible to add a plugin in the webpack for hashing, but here I am using regular css and mui component. Does anyone have relevant documentation or specific instructions? As if using jss to do for example? Thanks.
I tried using the classNameGenerator provided by mui but it only changed part of the class to some numbered characters after it. what i want is all classnames with no rules.

Is it okay to use FontAwesome icons on a Material UI project in ReactJS?

I am creating a react project and I'd like to know if it's okay to use FontAwesome icons on a ReactJS project that is using MaterialUI.
I tried to use the Material UI Icons and also use FontAwesome Icons but I thought that there's a repetition.
React is completely flexible. You can use whatever you want, just don't forget about package sizes (which can get bad only in rare scenarios and certainly not with icons).

Is there a way to create a component as shown in the image below using react material UI

Is there a way to create a component as shown in the image below using react material UI..?
I am a new student for react and I have to know idea how to create a component like this.
If you can help me, It's mean a lot. Thank You very much.
This could be a starting point for you with the screenshot below taken from material UI documentation.
Link to documentation: https://mui.com/components/text-fields/
You may check out the source code in the link above to see how they implement it.

Sanitize.css overwriting material ui css

I am using Next JS (v9.2) and Material-UI (4.9.0).
I imported sanitize.css (v11.0.0) in _app.js.
When I am using material-UI outlined text-field, the outline is not displayed.
On removing sanitize.css from _app.js, the outline is displayed.
Is there any way to make material-UI overwrite other CSS?
We don't need to use sanitize.css with Material UI. It already should have what it needs to provide a consistent look across multiple browsers - material-ui.com/components/css-baseline.
So I replaced sanitize.css and used . It solved the problem.

How to design React Admin Panel(Dashboard)?

I am new in React.js, I want to create a Dashboard for getting good understanding of react i tried react-admin panel but not getting a good understanding of it. I wanna know how should i start? ,using bootstarp from scratch will it beneficial? can you guys suggest some good content regarding that. thanks in advance
i think you can use antd to start making admin panel. here is the link as antd provide lots of custom components help you to speed up your work. also you can select layout from here according to your requirement. every component are easy to use just you have to pass the props

Resources