You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added "standalone" setting: if true - does not create an iframe and appends it to the page, but simply gives the developer the DOM node, as is, to inject manually with knobs.DOM.scope node. Note that CSS in also needed ('./src/styles/styles.scss`) 854f81d
moved method to a better location in the file 818e04f
[BUGFIX] - removed the need for background color on the knobs's group for the collapsing effect overflow. Added an extra wrapped which encapsulates the effect. Now the main knobs background can have opacity which looks perfect. 1e822ee
[FEAT] Add a toggle button next to each knob (if supplied in setting to allow it) 81a845d