UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

15 lines (12 loc) 315 B
/** * * Sidebar is a panel component displayed as an overlay at the edges of the screen. * * [Live Demo](https://primevue.org/drawer) * * @module sidebarstyle * */ import type { DrawerStyle } from 'primevue/drawer/style'; export enum SidebarClasses {} export interface SidebarStyle extends DrawerStyle {}