UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

13 lines (12 loc) 426 B
/** * Describes the available <a href="/user-input/toggle">NeonToggle</a> styles. * @enum */ export declare enum NeonToggleStyle { /** Toggle style which is a horizontal group of connected buttons with one active member. */ Toggle = "toggle", /** Traditional HTML radio button input style. */ RadioButtons = "radio-buttons", /** Card style radio buttons for more detailed content */ Card = "card" }