UNPKG

reactjs-credit-card

Version:

This Package has react credit card form components and form validation system

8 lines 188 B
import React from 'react'; export default function CardBottomLowest({ children }) { return /*#__PURE__*/React.createElement("div", { className: "card-lowest-part" }, children); }