UNPKG

ui-neu

Version:

Neu UI, a responsive React component library.

22 lines (18 loc) 973 B
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 background-color: rgba(204, 218, 226, 0.349);\n box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.2),\n -8px -8px 16px 0 rgba(255, 255, 255, 0.5);\n width: 25vw;\n border-radius: 1rem;\n font-family: roboto, helvetica, sans-serif;\n color: rgb(139, 139, 139);\n display: flex;\n flex-direction: column;\n margin-bottom: 1rem;\n"]); _templateObject = function _templateObject() { return data; }; return data; } import React from "react"; import styled from "styled-components"; var StyledCard = styled.article(_templateObject()); export var Card = function Card(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement(StyledCard, null, children); }; Card.defaultProps = { children: null };