import React from 'react'; import { PixelBento } from './PixelBento'; import { PixelBentoCell } from './PixelBentoCell'; export function Default() { return (

Feature cell

Span 2x1 with feature layout.

Active 128 Compact
); } export function Tones() { return ( Purple 42 Gold 7 Red 3 ); } export function MediaCell() { return (
Media slot

Caption

Pairs with media.

); }