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
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 callemall)
roll20-api-scripts | material-ui | |
---|---|---|
5 | 8 | |
388 | 76,645 | |
1.0% | - | |
9.5 | 10.0 | |
20 days ago | over 2 years 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.
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"
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. The last one was on 2022-03-25.
-
Is it possible to set up material-ui AppBar/ToolBar to have a horizontal tab menu layout?
Looking for the way to create a horizontal navigation menu for the web application using material-ui components. I'd like to start with something very similar to the menu at the react documentation website:
-
Fixed table header and height in Material-UI@next (v1.0.0-beta.8)
I've tried switching to v0.19.1 and rebuilt my table component using that version, but this leaves me with a new bug regarding multiselect (https://github.com/callemall/material-ui/issues/5964).
-
How to disable ripple in Material Design React
I am talking about this repository.https://github.com/callemall/material-ui
-
React Js - clear Material UI Datepicker
I'm having some troubles with Material UI's Datepicker, I'm searching a way to reset its field but I didn't find a way to do it.I've also consulted this issue.Can someone help me please?
-
How to clear the text in a MUI Autocomplete?
Filed here in case it's a bughttps://github.com/callemall/material-ui/issues/2615
-
How Can I Mask My Material-UI TextField?
I'm trying to use react-input-mask plugin with Material-UI. But if i want to change input value, this is not updating the my main TextField.
-
Tree shaking create-react-app?
Everything works ok, but the problem is - especially because I use the good but heavy material-ui - the size of the built bundle is quite big - almost reaching 1MB.
-
Text Area in material-ui
Could someone help me making a TextField personalization into a TextArea, using material-ui library? I am not finding any parameter that should personalize it into a TextArea: https://github.com/callemall/material-ui/blob/v1-beta/src/TextField/TextField.d.ts