material-tailwind icon indicating copy to clipboard operation
material-tailwind copied to clipboard

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.

Results 187 material-tailwind issues
Sort by recently updated
recently updated
newest added

I tried dialog demo in chrome, it's very slow (but in edge, firefox is smooth). Can you see this problem? ![ezgif com-gif-maker](https://user-images.githubusercontent.com/565772/190835737-f2d7e824-be48-442b-a194-0b66b8a21271.gif)

since material-tailwind components make use of the web animations API (which seems to be unsupported by jsdom) I think quite a few users might run into issues when testing interactions...

It seems the label of the progress is rendered within the actual progress bar. With 0 percentage, I do not even see the label: Setting to percentage 5 and rendering...

hey, i created a react typescript app with create-react-app. i am trying to convert the example from here: https://www.creative-tim.com/product/material-tailwind-dashboard-react to typescript but having no real success. is there somewhere a...

Hello, I id like to customize the Chip component in order to use my own colors, etc. I use react and typescript. I receive an error due to my customization...

I like the ease of using this with Remix. So far, so good. Would like to request: DateField, TimeField (and combo of those). Also would love to see Calendar Picker...

enhancement

What is the recommended way to load tabs so that it does not flash like this? I am using the example from the docs: ![CleanShot 2022-09-17 at 15 01 06](https://user-images.githubusercontent.com/167197/190872569-5e623761-17c9-4e4e-bffc-df3583d3cb43.gif)

For some reason, the first child with a tooltip in a popover will default be displayed and will not go away until MouseEnter and MouseLeave. Upon dismissing the popover and...

I'm trying to put some accordions inside another accordion, but the last accordion inside is being cut by the parent accordion, any idea? Thanks!!

Hey, first of all thanks for all your work, I'm really looking forward to using this lib. This wasn't particularly hard to solve once I looked into the code but...