Card

A Card component.

Usage

import { Main, Card } from '@aragon/ui'

function App() {
  return (
    <Main>
      <Card>Card content</Card>
    </Main>
  )
}

Demonstration

Props

width

  • Type: String

  • Default: 282px

Set the width of your card in pixels.

Example:

height

  • Type: String

  • Default: 322px

Set the height of your card in pixels.

Example:

Last updated

Was this helpful?