Updateing Docs
This commit is contained in:
@@ -140,8 +140,7 @@ const CustomDemo = () => {
|
||||
Input({
|
||||
type: 'number',
|
||||
value: count,
|
||||
class: 'input input-sm w-24',
|
||||
oninput: (e) => count(parseInt(e.target.value) || 1)
|
||||
class: 'input input-sm w-24'
|
||||
})
|
||||
]),
|
||||
Rating({
|
||||
|
||||
Reference in New Issue
Block a user