UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

10 lines 130 B
/** * Radio Group */ .radio-group { display: flex; flex-direction: column; } .radio-group.-inline { flex-direction: row; }