UNPKG

fk-react-ui-components

Version:

Step 1 : Create a file in [ Seeds / Plants / Trees ] <br> Step 2 : It should export an Object with component name and story Component [Refer other components] <br> Step 3 : Story Component should return a react component <br> Step 3 : Created file should

19 lines (11 loc) 1.01 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _templateObject = _taggedTemplateLiteral(['\n display: inline-block;\n padding: 5px 9px 0 8px;\n height: 30px;\n border-radius: 2px;\n min-width: 90px;\n text-decoration: none;\n white-space: nowrap;\n text-align: center;\n'], ['\n display: inline-block;\n padding: 5px 9px 0 8px;\n height: 30px;\n border-radius: 2px;\n min-width: 90px;\n text-decoration: none;\n white-space: nowrap;\n text-align: center;\n']); var _styledComponents = require('styled-components'); var _styledComponents2 = _interopRequireDefault(_styledComponents); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } var BaseLink = _styledComponents2.default.a(_templateObject); exports.default = BaseLink;