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

If the Dialog component is `position: fixed` but is taller than the viewport, this means that the bottom of the Dialog (which is below the bottom of the viewport) cannot...

If/when #648 is merged, it will allow a Dialog that is taller than the screen to be rendered correctly. However, the backdrop is currently fixed at the height of the...

Head over to the [Dialog](https://www.material-tailwind.com/docs/react/dialog) example and open it on mobile. Try Sign in or Dialog with image

### Description: fix: button group invalid class update issue details : fixes: #628 Screenshot:

![image](https://github.com/creativetimofficial/material-tailwind/assets/81434423/a62b640d-af41-46df-b60d-ecfaec9137ee)

even if the value changed to 0 it is not updating realtime. though other things are updating so it is not issue with re-renders. ```jsx ({ratingCount}) ```

Cannot read properties of null (reading 'useContext') TypeError: Cannot read properties of null (reading 'useContext') at useContext (http://localhost:3002/static/js/bundle.js:21236:25) at useTheme (http://localhost:3002/static/js/bundle.js:19732:32) at http://localhost:3002/static/js/bundle.js:19546:40 at renderWithHooks (http://localhost:3002/static/js/bundle.js:75858:22) at updateForwardRef (http://localhost:3002/static/js/bundle.js:79107:24) at...