Installation
Install the package using your preferred package manager. The setup process takes just a few seconds.
npm install vanilla-breeze
Then import the styles in your main CSS file:
@import "vanilla-breeze";
Notice how the header and sidebar remained stable during navigation. Only this content area transitioned. This creates a more app-like experience without any JavaScript.