0 commenti (0 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)JavaScript1688 star (1688 star)215 fork (215 fork)batch import
enhancementhelp wanted
Descrizione
Props like id, className, style, etc...
Guida contributor
- Tech stack
- javascriptreacthtmlcss
- Dominio
- frontendaccessibility
- Tipo issue
- feature
- DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
- 2
- Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
- 1-3 hours
- Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
- stale
- ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
- clear
- Prerequisiti
- Familiarity with React component propsBasic JavaScript
- Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
- 60
- Direzione di ricerca
- Check the main slider component file to see which HTML props are already being passed (e.g., via spread operator) and which are missing. Identify any potential conflicts with existing props like 'style' or 'className' that might already be handled. Consider adding a ...restProps pattern to pass all remaining HTML attributes to the underlying DOM element.