Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 319 Bytes

styled_components.md

File metadata and controls

5 lines (3 loc) · 319 Bytes

styled-components

To use styled-components you must override the default inline styles by providing a className and/or overlayClassName. You can then provide your own styled component to the contentElement and overlayElement props.

styled-components example