BetaPublic beta — Read the release notes
Documentation

Content Library

Content Library block for content workflows.

Status
published

Accessibility

The Content Library block provides a composable content workflow for managing content library operations.

Usage

Content Library composes multiple Solidiom components into a cohesive content interface. It manages state transitions, data fetching, and user interactions specific to content library workflows.

Dependencies

Content Library depends on the following components:

  • Button
  • Input
  • Card
  • Alert
  • Dialog
  • Avatar
  • Badge
  • Select
  • Checkbox
  • Data Table
  • Select
  • Progress
  • Spinner

States

Content Library implements the following states:

  • Loading
  • Empty
  • Error
  • Restricted

Each state is rendered with appropriate visual indicators and user feedback.

Data Boundary

Content Library operates within the following data boundary: it communicates with the relevant content service through well-defined APIs. The block does not persist data beyond its session scope; all state is derived from the service layer or user interaction.

Installation

pnpm add @solidiom/recipes-css

Install the required recipe packages and component dependencies listed above.

Layout

Content Library renders as a responsive container with a header, content area, and action footer. It supports both full-page and embedded layouts, adapting to available viewport space.

Accessibility

Content Library delegates accessibility to its underlying components. Keyboard navigation follows the component-level contracts, and the block provides appropriate landmarks, headings, and ARIA attributes for its composite structure.