Skip to content

useConvertObjectKeys

Category
Last Changed
5月26日10时34分

Basic counter with utility functions.

Basic Usage

js
import { useCounter } from 'comuse-core'

const { count, inc, dec, set, reset } = useCounter()

Usage with options

js
import { useCounter } from 'comuse-core'

const { count, inc, dec, set, reset } = useCounter(1, { min: 0, max: 16 })

Source

SourceDocs

Changelog

v3.2.11 on 5/26/2025
105a0 - feat: add function methods convertObjectToKeys

Released under the MIT License.