This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
Add `className` to `*Element` components
Pre-release
Pre-release
You can now pass className
to <*Element>
(e.g. <CardElement className="foo">
and it will be passed down to the element container DOM element.