Looking to implement a sticky sidebar similar to the one showcased on ng-bootstrap?
Working with Angular 7.0 and Bootstrap 4.x, I'm eager to replicate the sticky sidebar featured in the components page of AngularUI (link provided above). Despite scouring through the list of components, I haven't come across this specific functionality yet.
While exploring the components
section of the ng-bootstrap
demo page, I noticed the use of ngb-sidenav
, although I can't be certain. Is there anyone who knows where I can find such a feature or which library I should utilize?
I've been searching for an appropriate library, but most seem tailored towards AngularJS (1.x) or require payment.
>>> UPDATE <<<
Contemplating using the position-sticky
class on my vertical navs
component to achieve the desired effect. Planning to test this out and will provide an update once completed.