UNPKG

theme-standard

Version:

Incompatibility of global CSS Selectors and Components results in various ways we style our Components. It devides our community into 3 categories:

10 lines (8 loc) 173 B
import React from 'react' export default function Button({theme}) { return ( <button style={theme.button}> <span style={theme.icon}></span> </button> ) }