Last modified: 28/Oct/2025
Card Columns
The Card.Columns is a simple UI wrapper around containers. It adds two columns(left and right) with this ratios 2/3 and 1/3.
#Usage
import { Card } from '@kinsta/stratus'
const myComponent = () => (
<Card>
<Card.Columns left="left column" right="right column" />
</Card>
)
#Props
Left Column of the Card
right Column of the Card
#Types
ColumnsProps: props of theCard.Columns
Read more about types here