Accordion
Usage
import { Main, Accordion } from '@aragon/ui'
function App() {
return (
<Main>
<Accordion
items={[
['Row content', 'Expandable content'],
[<div>Row content</div>, <div>Expandable content</div>],
]}
/>
</Main>
)
}Props
items
itemsTYPE
DEFAULT VALUE
Last updated
Was this helpful?
