material-ui
MUI Core (formerly Material UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. [Moved to: https://github.com/mui/material-ui] (by mui-org)
roll20-api-scripts
API Scripts created by the community for use in Roll20 VTT. Submit a ticket at roll20.net/help if critical hotfixes are to be requested. (by Roll20)
material-ui | roll20-api-scripts | |
---|---|---|
7 | 5 | |
76,637 | 400 | |
- | 0.3% | |
10.0 | 9.7 | |
over 3 years ago | 13 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
material-ui
Posts with mentions or reviews of material-ui.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How to avoid Material UI Select focus when option is chosen?
P.S. Also, I found that there are another issues with that wrong Select behaviour, take a look for my github post for mo details. (https://github.com/mui-org/material-ui/issues/11964)
-
How to use TypeScript declaration files alongside JavaScript
components/ Button/ Button.jsx # JavaScript component Button.d.ts # TypeScript documentation with prop types Similarly how Material UI does this. https://github.com/mui-org/material-ui/tree/master/packages/material-ui/src/Button
-
How to clear the autocomplete's input in Material-ui after an onChange?
Reactjs In the hooks version of material UI I can't seem to be able to clear the autocomplete after an onChange event: // @flowimport React, { useRef, useState } from "react";import "./Autocomplete.scss";import AutocompleteUI from "@material-ui/lab/Autocomplete";import TextField from "@material-ui/core/TextField";function Autocomplete(props) { const { options } = props; const [value, setValue] = useState(); const container = useRef(); const input = useRef(); function onChange(event, newValue) { if (!newValue) return; props.onChange(newValue); setValue(undefined); input.current.value = ""; event.target.value = ""; } function renderInput(params) { return ( ); } return ( {value} option.title} renderInput={renderInput} value={value} onChange={onChange} /> );}export default Autocomplete; Diving into the source code I've noticed the component uses useAutocomplete hook internally. However, neither setInputValue nor resetInputValue which live internally inside that hook are exposed outside. Is there a way to accomplish an input clear after an onChange? Answer link : https://codehunter.cc/a/reactjs/how-to-clear-the-autocompletes-input-in-material-ui-after-an-onchange
- Can't resolve 'material-ui/Button'
-
How to build forms with material ui in react correctly
When you look at their examples Signin and Signup a plain html form tag is added on top.
-
Difference between Material-Ui and Material-Ui-Next
Both websites have a link to Github - https://github.com/mui-org/material-ui
-
React + Material-UI - Warning: Prop className did not match
I don't know enough to tell whether this Github discussion might help, but likely not since they were using a beta version of Material-UI.
roll20-api-scripts
Posts with mentions or reviews of roll20-api-scripts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-31.
-
Token-Mod UDL issue
Yeah, figured it wasn't exactly what you needed, but might get you going in the right direction. On another note, the version of the Token-Mod installed from within Roll20 has had problems in other areas. While I don't know if lighting also had issues, it might make your life easier to grab the version from GitHub and also reference the discussions with the author of the script in this thread.
-
DMs using API Scripts - which ones and why?
ChatSetAttr - Provides an interface to set character attributes
-
Need a new combat tracking API
Statusfx can add cool effects when a token is effected. It should also help with your ability to see tokens effected by statuses on a larger map. Caution it could cause slow down if there's a lot going at once.
-
Improved the Stylesheet for TurnMarker1 API
Yes, OP, please share your code changes! I'm guessing you simply updated lines 435-448 in the original code?
- Coming from roll20 to Foundry Macro "check it Out"
What are some alternatives?
When comparing material-ui and roll20-api-scripts you can also consider the following projects:
react-google-maps - React.js Google Maps integration component
Roll20API - A collection of all my production ready Roll20 API scripts.
DevChallenge - A website for developers to improve their skills by doing front-end and back-end challenges
monks-active-tiles
ZTM-Quest - A fun little 2D top-down rpg where you can explore the world of zero-to-mastery. Be prepared for funny and serious content and of course, Bruno.
github-readme-stats - :zap: Dynamically generated stats for your github readmes