Skip to content

Commit

Permalink
Mention className prop on components
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Oct 14, 2019
1 parent 25e6a7e commit 67d8736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wp-checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ Each component will be styled using [styled-components](https://www.styled-compo

For style customization beyond what is available in the theme, each component will also include a unique static className using BEM syntax.

When using the individual API components, you can also pass a `className` prop, which will be applied to that component in addition to the classNames from BEM and styled-components.

## 💰 Payment Methods

A payment method, in the context of this package, consists of the following pieces:
Expand Down

0 comments on commit 67d8736

Please sign in to comment.