fuuz-screen-elements

Configure Fuuz screen elements, props, flags, and shared field sets.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Fuuz-Platform/llm-skills --skill fuuz-screen-elements
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fuuz-screen-elements
Source: https://github.com/Fuuz-Platform/llm-skills/tree/main/fuuz-screen-elements
Command: npx skills add https://github.com/Fuuz-Platform/llm-skills --skill fuuz-screen-elements

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes guesswork from configuring Fuuz screen elements by documenting exactly which element types exist, which props they support, and how they behave in the screen designer.

Core Features & Use Cases

  • Element Catalog: Lists layout, data, display, input, and interaction elements with their resolved names and flags.
  • Shared Field Sets: Explains reusable property groups for inputs and data providers so you can configure forms and cards consistently.
  • Detailed Configuration Reference: Covers element-specific sections, defaults, exposed functions, and runtime state for tables, forms, calendars, charts, buttons, and more.
  • Use Case: Use it when building a screen and you need to know whether an input must live inside a form, what props a table column supports, or how to wire a button to a flow.

Quick Start

Ask for the exact Fuuz screen element you want to configure and the properties, flags, or exposed functions you need.

Frequently Asked Questions about fuuz-screen-elements

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

FAQPage Schema
How do I configure Fuuz screen elements and their supported props?

You configure Fuuz screen elements by using the element catalog to identify resolved names, flags, and supported properties. The Skill documents element-specific sections, defaults, exposed functions, and runtime state for layout, data, display, input, and interaction controls.

What Fuuz screen elements are available for building a low-code interface?

Available Fuuz screen elements include layout containers, display components, interaction controls, data providers, and input fields. The catalog details their resolved names, flags, shared field sets, and configuration patterns to help you build screens consistently.

How do I configure table columns and data providers in a Fuuz screen?

You configure table columns and data providers by referencing the detailed configuration guide for supported props and exposed functions. Shared field sets allow you to consistently configure forms and cards that rely on these data-bound screen elements.

Does an input element need to live inside a form container in Fuuz?

Yes, certain input elements must live inside a form container to function correctly. The Skill documentation specifies which elements require specific layout containers and how to use shared field sets for consistent form configuration.

How do I wire a button interaction control to a flow in Fuuz?

You wire a button to a flow by using the exposed functions and interaction controls documented for that element. The configuration reference outlines the available state, defaults, and property flags needed to link the button action correctly.