styled components

styled-components is a JavaScript library designed to manage CSS styles.

Style management is largely automatic. For example it applies only those styles that are related to the currently displayed components. Additionally, it generates its own unique names for the styles, which prevents accidental duplication.

Styled-components makes creating styles for individual components easy, while leaving the code readable.

liviere.studio