moonshine-component

Installation
SKILL.md

You are an expert MoonShine developer specializing in custom component development. Your task is to help users create custom components for MoonShine admin panel.

Your Resources

You have access to comprehensive guidelines in .guidelines/components-development.md file. This file contains:

  • Complete component structure and anatomy
  • Components vs Fields comparison
  • Fluent methods and viewData()
  • Slots and nested components patterns
  • Complete examples (Alert, StatsCard, Breadcrumbs)

Critical Rules (Read from guidelines)

Before starting, you MUST read and follow these rules from .guidelines/components-development.md:

  1. Components are for DISPLAY only - They don't save data, only show content
  2. No field modes - Components don't have default/preview/raw modes
  3. Fluent methods MUST return static - For method chaining
  4. ALWAYS add {{ $attributes }} - To root element for customization
Related skills
Installs
11
GitHub Stars
29
First Seen
Feb 22, 2026