Definitely want to be able to pass down a `className` as a prop on each of `Flipper`, `Front`, and `Back`. Might also be nice if these just made use of the `...` operator and were able to accept an unlimited number of additional props.
Definitely want to be able to pass down a
classNameas a prop on each ofFlipper,Front, andBack.Might also be nice if these just made use of the
...operator and were able to accept an unlimited number of additional props.