import { ChevronDown } from '@tamagui/lucide-icons-2' import { Accordion, Paragraph, Square } from 'tamagui' export function AccordionDemo() { return ( {/* negative margin prevents double border between items */} {({ open }: { open: boolean }) => ( <> 1. Take a cold shower )} Cold showers can help reduce inflammation, relieve pain, improve circulation, lower stress levels, and reduce muscle soreness and fatigue. {({ open }: { open: boolean }) => ( <> 2. Eat 4 eggs )} Eggs have been a dietary staple since time immemorial and there's good reason for their continued presence in our menus and meals. ) }