### React JSX Homework #### 02 * Spoiler (const Spoiler = ({header="+", open=true, children})) * RangeInput (const RangeInput = ({min, max})) * PasswordConfirm (const PasswordItem = ({min}), const PasswordConfirm = ({min})) #### 03 * Timer (const Timer = ({sec=10})) * TimerControl (const TimerControl = ({hours, minutes, seconds})) * TimerContainer (const SecondsTimer = ({seconds}), const TimerContainer = ({seconds, refresh, render})) * LCD (const Timer2 = ({sec=10}), const TimerContainer2 = ({seconds, refresh, render})) * Watch (const Watch = ({sec=10})) * TimerControl + TimerContainer (const TimerControl2 = ({hours, minutes, seconds}))