coui-separator

Generate CoUI separator UI code for Flutter and Web applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps create clear visual distinctions between content sections in Flutter and Web applications using CoUI's Separator component.

Core Features & Use Cases

  • Visual Dividers: Add horizontal or vertical lines to separate UI elements.
  • Labeled Separators: Include text labels (e.g., "OR") centered on the divider.
  • Style Variants: Choose between solid, dashed, or dotted line styles.
  • Use Case: In a login form, use a labeled separator with "OR" to divide traditional login fields from social login buttons.

Quick Start

Use the coui-separator skill to add a dashed separator with the label 'New Section' to your UI.

Frequently Asked Questions about coui-separator

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

FAQPage Schema
How do I add a visual divider in a Flutter web app?

To add a visual divider in a Flutter web app, generate UI code for horizontal or vertical separators using the CoUI framework. This approach helps create clear visual distinctions between content sections.

Can I include text labels like OR on a separator line in Flutter?

Yes, you can include text labels like OR on a separator line in Flutter. The CoUI separator component supports custom labels centered directly on the divider to improve user interface clarity.

What line styles are available for UI dividers in web applications?

Available line styles for UI dividers in web applications include solid, dashed, and dotted variations. These styles allow developers to choose the appropriate visual separation method for their content organization needs.

Does the CoUI separator component support both horizontal and vertical orientations?

Yes, the CoUI separator component supports both horizontal and vertical orientations. This allows developers to visually divide content sections either side-by-side or stacked within their Flutter and web applications.

What is the best way to separate traditional login fields from social login buttons?

The best way to separate traditional login fields from social login buttons is using a labeled separator. You can generate a divider with a centered custom label like OR to visually organize the different login methods.