Alex b1ffb5a85f update hw02 react hace 2 años
..
public b1ffb5a85f update hw02 react hace 2 años
src 81d9dc6985 HW2-3 hace 2 años
README.md b1ffb5a85f update hw02 react hace 2 años
package-lock.json b1ffb5a85f update hw02 react hace 2 años
package.json 81d9dc6985 HW2-3 hace 2 años

README.md

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}))