Card
Usage
import { Main, Card } from '@aragon/ui'
function App() {
return (
<Main>
<Card>Card content</Card>
</Main>
)
}Demonstration

Props
width
widthExample:
height
heightExample:
Last updated
Was this helpful?
