UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

4 lines 267 B
import React from 'react'; import { CardBody as InnerCardBody } from 'reactstrap'; export const CardBody = ({ tag = 'div', testId, ...props }) => (React.createElement(InnerCardBody, { ...props, tag: tag, "data-testid": testId })); //# sourceMappingURL=CardBody.js.map