# XWUIQuickCreate

Inline quick-create card - the "+" affordance at the top of a kanban column / list section that expands into a one-line or richer form. Maps to Odoo's `quick_create_opportunity_form`.

## Basic Usage

"+ Add task" trigger expanding to one-line title input.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: "+ Add task" trigger expanding to one-line title input.
```

## Rich Form

Title + assignee + due date mini-form.

```example
file: examples/RichForm.ts
html: examples/RichForm.html
title: Rich Form
description: Title + assignee + due date mini-form.
```

## Always Expanded

No trigger row; form always visible.

```example
file: examples/AlwaysExpanded.ts
html: examples/AlwaysExpanded.html
title: Always Expanded
description: No trigger row; form always visible.
```

```api
```
