v2.0.0
“One of the best React component libs out there”Max Stoiber
“Rebass is the Bootstrap of React.”Jori Lallo
“A whopper component library built on styled-components. Responsive, systematic, scalable...the business!”Colm Tuite
“Why the hell are we now putting CSS in Javascript? I’m losing my mind with web developers trying to control everything in the world with client-side javascript. What a mess.”alttab
<Box px={4} py={5} color='white' bg='blue'> <Heading is='h1' fontSize={[ 4, 5, 6 ]}> Hello, Rebass </Heading> </Box> <Flex px={4} py={5} alignItems='center'> <Heading color='blue'> Beep </Heading> <Box mx='auto' /> <Button> Beep </Button> <ButtonOutline ml={2}> Boop </ButtonOutline> </Flex>
npm i rebass@next