benmneb
benmneb
mui-image https://github.com/benmneb/mui-image **Alternative to** https://github.com/TeamWertarbyte/material-ui-image **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] Package is actively maintained, and/or stable for use....
react-reveal https://github.com/rnosov/react-reveal **Alternative to** https://github.com/dbramwell/react-animate-on-scroll https://github.com/pmndrs/react-spring https://github.com/chenglou/react-motion https://github.com/framer/motion https://github.com/sghall/react-move **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] ~~Package is actively maintained,~~...
This will close https://github.com/ankeetmaini/react-infinite-scroll-component/issues/180 I can't implement it locally (don't know how) but all tests passed and it looks good to me... the only problem might be conflicting `overflow: ...`...
Is there way to emulate the behaviour of the Firefox Multi Account Containers "limit to designated sites" option in Temporary Containers? For example, I choose "google.com" as a designated site,...
Is it possible to run commands or just print things to the terminal without actually typing in a command? At the moment the following code runs (console.log works), but just...
Styling error messages as a prop on `` like this `errorMessage={Command not found}`, looks fine on client side, just throws ```Warning: Failed prop type: Invalid prop `errorMessage` of type `object`...
## 📝 Description adds a more realistic example of "invalid" checkbox use ## ⛳️ Current behavior (updates) every option is invalid ## 🚀 New behavior has both valid and invalid...
### Is your feature request related to a problem? Please describe. Not really a problem just seems strange that a boolean attribute (valid/invalid) needs the specific strings ### Describe the...
### Describe the bug The [External Link](https://nextui.org/docs/components/link#external-link) docs say ``` Show an icon in the Link with the isExternal prop. ``` but the example doesnt actually have the `isExternal` prop...
project made with `create-react-app` using `"react-scripts": "4.0.3"` heres the relevent package.json: ` "eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "plugins": [ "mui-unused-classes" ], "rules": { "mui-unused-classes/unused-classes": 1 } }, "devDependencies":...