UNPKG

codogo-react-widgets

Version:

Provides a unified way to access the styling of commonly used widgets across different apps

33 lines (21 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _taggedTemplateLiteral2 = require("babel-runtime/helpers/taggedTemplateLiteral"); var _taggedTemplateLiteral3 = _interopRequireDefault(_taggedTemplateLiteral2); var _templateObject = (0, _taggedTemplateLiteral3.default)(["\n\tbackground-color: white;\n\tborder-radius: 4px ;\n\theight: 40px;\n\tmargin: 4px;\n\tpadding: 4px;\n\twidth: 40px;\n"], ["\n\tbackground-color: white;\n\tborder-radius: 4px ;\n\theight: 40px;\n\tmargin: 4px;\n\tpadding: 4px;\n\twidth: 40px;\n"]); var _styledComponents = require("styled-components"); var _styledComponents2 = _interopRequireDefault(_styledComponents); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } //------------------------------ var OrgImage = _styledComponents2.default.div(_templateObject); //------------------------------ exports.default = function (props) { return React.createElement( OrgImage, null, "loading..." ); }; //# sourceMappingURL=placeholderButton.js.map