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.
Allow passing in all HTML props · airbnb/rheostat#4 | Good First Issue