coui-collapsible

Create collapsible content sections in Flutter and Web apps with CoUI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/coco-de/skills --skill coui-collapsible
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coui-collapsible
Source: https://github.com/coco-de/skills/tree/main/plugins/cc-coui/skills/coui-collapsible
Command: npx skills add https://github.com/coco-de/skills --skill coui-collapsible

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the creation of expandable and collapsible content sections in Flutter and Web applications, improving user interface organization and reducing visual clutter.

Core Features & Use Cases

  • Toggleable Content: Easily implement sections that expand or collapse on user interaction.
  • Controlled State Management: Manage the expanded/collapsed state programmatically.
  • Customizable Appearance: Supports custom icons and titles for headers.
  • Use Case: Build an FAQ section where each question header expands to reveal its answer, or a settings panel with collapsible sections for advanced options.

Quick Start

Use the coui-collapsible skill to create a collapsible section with the title 'Details' and display the text 'Detailed content is displayed here.' inside.

Frequently Asked Questions about coui-collapsible

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create collapsible content sections in Flutter and Web applications?

You can create collapsible content sections in Flutter and Web applications by using the CoUI framework to build expandable panels that toggle to reveal organized information on user interaction.

Can I manage the expanded state of a collapsible panel programmatically?

Yes, you can manage the expanded state programmatically because the collapsible component supports both controlled and uncontrolled state management for dynamic user interfaces.

What is the best way to build an FAQ section with toggle-to-reveal content?

The best way to build an FAQ section with toggle-to-reveal content is using a collapsible UI component that expands each question header to display the corresponding answer dynamically.

Does the CoUI collapsible component support custom headers for expandable panels?

Yes, the CoUI collapsible component supports customizable appearances, allowing you to implement custom icons and titles for the headers of your expandable panels.

When should I use collapsible UI components in my application design?

You should use collapsible UI components when you need to improve user interface organization and reduce visual clutter by hiding expandable content sections until user interaction is required.

Does this collapsible component work for both Flutter and Web environments?

Yes, this collapsible component works for both Flutter and Web environments, enabling the creation of dynamic expandable and collapsible content sections across both platforms using the CoUI framework.