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:

11 lines (9 loc) 165 B
import Button from './Button' import theme from './theme.json' export default function App() { return ( <div> <Button theme={theme} /> </div> ) }