bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

added container width support to NavBar #491

Open urispmts opened 2 years ago

urispmts commented 2 years ago

I added the missing support for defining the width of the NavBar internal container using the existing prop named container. I also added the needed documentation for the container width property. Docs generation with the new example and functionality verified.