material-remixer-js
material-remixer-js copied to clipboard
Remixer for JavaScript. Live adjustment of app variables.
I think this library is built for browser only(React). I would like to use it in **ReactNative**. I've tried to use this in **ReactNative**. I'm getting **_Can't find variable: self_**....
Remixer has very strong opinions about how it's hosted: It must be served from a folder called `node_modules`, with its dependencies (e.g. `./node_modules/react-dom/dist/react-dom.min.js`) as peers. It is also written as...
Remixer has a few dependencies in the iframe overlay, such as Firebase, MDL, and React. They are pulled in via running `npm install`. However this makes using remixer in online...
https://github.com/material-foundation/material-remixer-web/
e.g. ```javascript remixer.addRangeVariable({ label: "Box opacity", defaultValue: 1, from: 0, to: 1, incrementSize: .1, onChange(nextValue) { box.style.opacity = nextValue; } }); ``` from https://github.com/material-foundation/material-remixer-web/pull/25#discussion_r89908054
investigate further the comments from @appsforartists in https://github.com/material-foundation/material-remixer-web/pull/19.