html-styled

GitHub stars

HTML for React with responsive style props

React components for every HTML element which expose styled-system props

Simple style props for inline CSS

A simpler inline CSS syntax by adding a CSS rule directly as a style prop; to change foreground color just add color="blue" as a prop.

Easily make an element responsive

An easier way to make an element responsive; to change foreground color on different screens just add color={["red", "blue"]} as a prop.

Work with CSS selectors directly

Enable rules with CSS selectors directly through specific props; to change color on hover just add hover={{ color: "blue" }} as a prop.

Developed with html-styled by Jack Leslie