ionic-components
Installation
SKILL.md
Ionic Components Skill
Component Priority
When building any UI element, always prefer Ionic components over custom HTML/CSS.
- Check Ionic first — before creating any UI block, verify if an Ionic component exists for the use case
- Use Ionic component if available — with proper
ion-tags and Ionic properties - Custom HTML/CSS only if Ionic has no equivalent component or lacks required functionality
Component Properties (Angular)
String properties — без скобок
<ion-button expand="block" fill="outline" color="primary">Submit</ion-button>
<ion-input type="email" label="Email" placeholder="Enter email"></ion-input>
<ion-icon name="heart-outline" size="large"></ion-icon>
Related skills
More from dlimkin/agent-skills
calabonga-nimble-framework
>
2flexbe-api
>
1supabase-csharp
>
1angular-animations
Use Angular's modern animate.enter and animate.leave APIs for element animations. Prefer CSS-based animations over the legacy @angular/animations package. Apply correct patterns for enter/leave, state transitions, and route animations.
1capacitor-plugins
Create, structure, and publish Capacitor plugins with native iOS (Swift) and Android (Kotlin) implementations. Includes TypeScript interface definition, web fallback, permissions, events, and migration from Cordova plugins.
1kong-gateway-api-and-naming
>
1