ui-neu
Version:
Neu UI, a responsive React component library.
22 lines (18 loc) • 678 B
JavaScript
import _taggedTemplateLiteral from "/home/runner/work/neu_ui/neu_ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral";
function _templateObject() {
var data = _taggedTemplateLiteral(["\n padding: 1rem;\n"]);
_templateObject = function _templateObject() {
return data;
};
return data;
}
import React from "react";
import styled from "styled-components";
var StyledCardBody = styled.section(_templateObject());
export var CardBody = function CardBody(_ref) {
var children = _ref.children;
return /*#__PURE__*/React.createElement(StyledCardBody, null, children);
};
CardBody.defaultProps = {
children: null
};