leejaerim / Magpie

Magpie FJD
0 stars 0 forks source link

Design DB model and RelationShip. #2

Closed leejaerim closed 1 year ago

leejaerim commented 1 year ago

Design DB model

leejaerim commented 1 year ago

in chakra ui

useNumberInput({
      step: 0.01,
      defaultValue: 1.53,
      min: 1,
      max: 6,
      precision: 2,
      onClick : function(){...}
    })

onClick : function(){...}in this case, you can use setState getting from parent component.

leejaerim commented 1 year ago

have to do