flâneur

Forma 36 - Accordion

f36.contentful.com · 247 words · saved by 2 readers

Forma 36 is an open-source design system by Contentful created with the intent to reduce the overhead of creating UI by providing tools and guidance for digital teams building and extending Contentful products.

function AccordionWithOtherComponentExample() { return ( <Accordion> <Accordion.Item title={ <SectionHeading marginBottom="none"> What payment methods do you accept? </SectionHeading> } > <Stack flexDirection="column"> <Text marginBottom="spacingS"> Customers on the Team tier can pay with a credit card (American Express, MasterCard or Visa). Enterprise customers have the choice of paying with a credit card or wire transfer. </Text> <Button onClick={() => console.log('clicked!')}> Accordion’s button </Button> </Stack> </Accordion.Item> <Accordion.Item title={…

saved by

related reading