import React from 'react';
import { PixelBento, PixelBentoCell } from './PixelBento';
export function Default() {
return (
Feature
Spans 2x2 with a feature layout.
42
Stats
Compact
Wide
Spans 2x1.
);
}
export function FourColumns() {
return (
Hero
12
Active
87%
Uptime
Alert
Tag
);
}
export function Cells() {
return (
Neutral
Cyan
Green
Gold
Red
Purple
);
}