Hiyve Components - v1.0.0
    Preparing search index...

    Variable presentationLayoutHandlerConst

    presentationLayoutHandler: CustomLayoutHandler = ...

    Pre-built presentation layout handler with default options.

    Uses 150px-wide by 100px-tall thumbnails at the bottom of the grid. For custom thumbnail sizes, use createPresentationLayout() instead.

    import { VideoGrid, presentationLayoutHandler } from '@hiyve/react-ui';

    <VideoGrid
    layout="presentation"
    customLayoutHandler={layout === 'presentation' ? presentationLayoutHandler : undefined}
    />