UNPKG

react-toggle-component

Version:

A React UI Component to display an awesome Toggle Button control

31 lines 693 B
"use strict"; /** * Default theme settings. * */ Object.defineProperty(exports, "__esModule", { value: true }); // // Export theme // exports.default = { version: "1.0.0", width: "48px", height: "24px", borderWidth: "2px", borderColor: "#aaa", leftBorderColor: "#aaa", rightBorderColor: "#3887b7", leftBackgroundColor: "#fff", rightBackgroundColor: "#fff", backgroundColorDisabled: "#eee", radius: "256px", radiusBackground: "256px", knobRadius: "100%", knobWidth: "16px", knobHeight: "16px", knobGap: "4px", knobColor: "#aaa", leftKnobColor: "#aaa", rightKnobColor: "#3887b7", }; //# sourceMappingURL=theme.js.map