suid icon indicating copy to clipboard operation
suid copied to clipboard

A port of Material-UI (MUI) built with SolidJS.

Results 82 suid issues
Sort by recently updated
recently updated
newest added

@suid/material/useMediaQuery throws the following exception in safari ``` TypeError: query.addEventListener is not a function. (In 'query.addEventListener("change", listener)', 'query.addEventListener' is undefined) ``` https://github.com/swordev/suid/blob/719275568097e0ea9f5c92c7156d1888815c9722/packages/material/src/useMediaQuery.ts#L16 I believe the issue is here https://stackoverflow.com/a/62026580 Edit...

Hey there, im wondering if the Select component could be added: https://mui.com/material-ui/api/select? Admittedly it's not in the standard material.io components though: https://material.io/components

enhancement

Hi, I don't think Grid is behaving correctly when setting columns value on grid container. **Example:** Contains 2 examples, the first one being a copy of https://mui.com/material-ui/react-grid/#columns https://stackblitz.com/edit/angular-ey1m2j?file=src/App.tsx **Expected behavior**...

After updating `@suid/material` to 0.4.0, I notice multiple errors from webpack: ```` ERROR in ./node_modules/@suid/utils/merge.js 2:0-36 Module not found: Error: Can't resolve './deepmerge' in '/path/to/project/node_modules/@suid/utils' Did you mean 'deepmerge.js'? BREAKING...

Say I have an icon I create via: ` setClosed(true)} />` VS code is not able to suggest an import. I have to manually type it in: `import CloseIcon from...

Just remember that there are less than 12 hours left before the voting period ends. https://hack.solidjs.com Thank you all.

First off, thank you for porting the React library to Solid! It's been really nice to jump right back into Mui while trying out this new framework. What led me...

documentation

When @mui components like the drawer or the modal open up, they autofocus the first tabbable element within (or the modal itself), and then they trap focus within via a...

enhancement

On vite-plugin-solid >= 2.3.3, vite-plugin-solid will add `.jsx` and `.tsx` files to optimized dependencies. In such configuration, esbuild translate JSX elements to `React.createElement` in default settings, skips solidjs complier, and...

Hi. I have a [astro](https://astro.build/) project with my page written in solid-js and i want to use a simple TextInput. Here is a demo of that i'm trying to do:...

bug
duplicate
WIP