bootstrap.native icon indicating copy to clipboard operation
bootstrap.native copied to clipboard

Bootstrap components build with Typescript

Results 3 bootstrap.native issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 Commits d0360c1 release: v4.5.2 eeec23b fix:...

dependencies

Somehow tree shaking isn't working for me. I end up with a JavaScript file of 40kB when I do: ``` import { Alert, Collapse } from 'bootstrap.native'; ``` Doing the...

The [How to use wiki](https://github.com/thednp/bootstrap.native/wiki/How-to-use#basic-example) demonstrates this example on how to import BSN in an ESM type project. ```js import BSN from "bootstrap.native"; let myBtnInit = new BSN.Button('#myBtnID'); ``` This...