0 Kommentare (0 Kommentare)1 Reaktion (1 Reaktion)0 zugewiesene Personen (0 zugewiesene Personen)TypeScript57 Stars (57 Stars)6 Forks (6 Forks)user submission
help wanted
Beschreibung
Dieses Issue enthält keine Beschreibung.
Contributor Guide
- Tech Stack
- typescriptreact
- Domain
- frontend
- Issue Type
- feature
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- 1-2 days
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- stale
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- mostly clear
- Voraussetzungen
- React basicsTypeScript basicsknowledge of SVG icons
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 60
- Research-Richtung
- The issue requests creating React components for the icon set. First, explore the repository structure to find existing SVG icons (likely in a folder like `src/icons` or `svg`). Look at any existing component patterns or similar libraries like react icons for inspiration. The components should accept props such as `size`, `color`, and `className`. Consider creating a single `<Icon>` component that takes the icon name as a prop, or individual components per icon. Check if there are any existing component scripts or build tooling like SVGR. The task is well defined but requires familiarity with React component creation and the icon set.