core-components

Installation
SKILL.md

Core Components

Design System Overview

Use components from your core library instead of raw platform components. This ensures consistent styling and behavior.

Design Tokens

NEVER hard-code values. Always use design tokens.

Spacing Tokens

// CORRECT - Use tokens
<Box padding="$4" marginBottom="$2" />

// WRONG - Hard-coded values
<Box padding={16} marginBottom={8} />
Related skills

More from claudiodearaujo/izacenter

Installs
2
GitHub Stars
1
First Seen
Mar 10, 2026