Skip to content

useDesign

生成设计相关的前缀类名和变量。

使用示例

ts
import { useDesign } from 'sun-ui/hooks'

const { prefixCls, prefixVar } = useDesign('button')

// prefixCls  - su-button
// prefixVar  - su

Released under the MIT License.

Released under the MIT License.