Design systems
Built with Neural UI components and production-oriented interaction patterns.
Responsive content carousel with templates, autoplay, touch, keyboard and RTL behavior.
import { NeuCarouselComponent } from '@neural-ui/core/carousel';<neu-carousel [items]="slides" [visibleItems]="2" [circular]="true">
<ng-template neuCarouselItem let-slide>...</ng-template>
</neu-carousel>