Bottom Sheet
Superficie modal mobile-first para acciones, filtros y detalles contextuales.
TypeScript
import { NeuBottomSheetComponent } from '@neural-ui/core/bottom-sheet';TypeScript
import { NeuBottomSheetComponent } from '@neural-ui/core/bottom-sheet';
@Component({
imports: [NeuBottomSheetComponent],
template: `<neu-bottom-sheet [open]="open" title="Filters">Content</neu-bottom-sheet>`
})
export class ExampleComponent {}