Back to Graylog2 Server

Card

graylog2-web-interface/src/components/common/Card.md

7.1.0127 B
Original Source

Most basic usage.

tsx
<Card>The children</Card>

With small padding.

tsx
<Card padding="sm">The children</Card>