← スキル一覧に戻る

component-patterns
by arslanibrahim95
Premium web design landing page with fullstack deployment
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: Component Patterns description: ProSektorWeb UI bileşen kalıpları ve stil rehberi
Component Patterns Skill
Renk Paleti
--brand-50: #fef2f2;
--brand-100: #fee2e2;
--brand-500: #ef4444;
--brand-600: #dc2626;
--brand-700: #b91c1c;
Tipik Kart Yapısı
<div className="bg-white rounded-2xl border border-neutral-200 p-6 shadow-sm hover:shadow-lg transition-all">
{/* İçerik */}
</div>
Glassmorphism Kart
<div className="backdrop-blur-xl bg-white/10 rounded-3xl border border-white/10 shadow-2xl">
{/* Koyu arka plan üzerinde kullan */}
</div>
Gradient Buton
<button className="px-6 py-3 bg-gradient-to-r from-brand-600 to-brand-500 text-white rounded-xl font-bold shadow-lg shadow-brand-600/30 hover:shadow-brand-600/50 transition-all">
Buton
</button>
Animasyonlu Wave (Footer için)
- 3 katman: slow (8s), medium (6s), fast (4s)
- CSS keyframes ile d attribute animasyonu
Form Input
<div className="relative">
<Icon className="absolute left-4 top-1/2 -translate-y-1/2 w-5 h-5 text-neutral-400" />
<input className="w-full pl-12 pr-4 py-3.5 bg-neutral-50 border border-neutral-200 rounded-xl focus:border-brand-500 focus:ring-2 focus:ring-brand-100 outline-none transition-all" />
</div>
Particles Arka Plan
import Particles from '@/components/ui/Particles'
<Particles
particleColors={['#dc2626', '#ef4444', '#ffffff']}
particleCount={150}
speed={0.08}
/>
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です