UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

11 lines 258 B
import { c, cB } from "../../../_utils/cssr/index.mjs"; // --n-input-width // --n-gap export default c([cB('input-otp', ` display: flex; align-items: center; gap: var(--n-gap); `, [cB('input', ` width: var(--n-input-width); text-align: center; `)])]);