Familiarity with React component propsBasic JavaScript
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
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.