@nuralyui/select
Version:
A comprehensive select component with advanced features including multi-selection, keyboard navigation, validation, and accessibility support.
20 lines • 558 B
JavaScript
/**
* @license
* Copyright 2023 Nuraly, Laabidi Aymen
* SPDX-License-Identifier: MIT
*/
/**
* Select Component Module
*
* Advanced select component with multiple selection modes, validation,
* keyboard navigation, and accessibility features.
*/
// === Main Component ===
export * from './select.component.js';
// === Types and Interfaces ===
export * from './select.types.js';
// === Constants ===
export * from './select.constant.js';
// === Controllers (Advanced Usage) ===
export * from './controllers/index.js';
//# sourceMappingURL=index.js.map