Cascade Select
Hierarchical selection across progressive levels with keyboard and RTL support.
TypeScript
import { NeuCascadeSelectComponent } from '@neural-ui/core/cascade-select';HTML
<neu-cascade-select
[options]="locations"
label="Location"
placeholder="Choose a location"
(pathChange)="onPath($event)"
/>