symfinity/ux-blocks-live

LiveComponent widgets

Maintainers

Package info

github.com/symfinity/ux-blocks-live

Documentation

Type:symfony-bundle

pkg:composer/symfinity/ux-blocks-live

Statistics

Installs: 8

Dependents: 1

Suggesters: 2

Stars: 0

Open Issues: 0

v0.1.0 2026-06-27 14:37 UTC

This package is auto-updated.

Last update: 2026-06-27 14:38:38 UTC


README

UX Blocks Live

LiveComponent widgets

PHP Version Symfony
CI
Release Downloads License

Note

Read-only mirror. See CONTRIBUTING.md for how to propose changes.

Features

  • 5 LiveComponent roles — combobox, date pickers, tags input, and interactive data table
  • Server-synchronized (live) — Symfony UX LiveComponent + Turbo
  • Registry-alignedblocks.live.* fragment ids
  • Requires interactive tier — builds on symfinity/ux-blocks-interactive

Interaction profile

Token In this package
live Default — LiveComponent server sync
act Optional on interactive data table chrome

Component inventory

Role Twig Interaction Fragment Status
combobox ComboboxLive live blocks.live.combobox shipped
date-picker DatePickerLive live blocks.live.date-picker shipped
date-range-picker DateRangePickerLive live blocks.live.date-range-picker shipped
tags-input TagsInputLive live blocks.live.tags-input shipped
data-table-chrome-interactive DataTableChromeInteractiveLive live, act blocks.live.data-table-chrome-interactive shipped

Prerequisites

Add the symfinity/recipes Flex endpoint to your project's composer.json (see recipes README) — recipes are not in Symfony's official recipe repository yet.

Installation

composer require symfinity/ux-blocks-live

For the complete official catalog, use symfinity/ux-blocks-full.

See Installation.

Quick Start

<twig:ComboboxLive name="country" :options="countries" />

See Quick start for the full walkthrough.

Documentation

Requirements

  • PHP 8.2 or higher
  • Symfony 7.4 or 8.x
  • symfinity/ux-blocks-interactive ^0.1
  • symfony/ux-live-component and symfony/ux-turbo

Support

License

MIT