Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
addDecorator(withInfo());
setOptions({
name: "👟 rbx - Bulma UI",
showAddonPanel: true,
url: "https://github.com/dfee/rbx",
});
addDecorator(withKnobs);
configureViewport({
defaultViewport: "responsive",
viewports: {
// tslint:disable:object-literal-sort-keys
responsive: INITIAL_VIEWPORTS.responsive,
mobileSmall: {
name: "Mobile @ 480px",
styles: {
width: "480px",
},
},
mobileMax: {
name: "Mobile @ 768px (max)",
styles: {
width: "768px",
},
},
tabletMin: {
name: "Tablet @ 769px (min)",
styles: {
width: "769px",