# bootstrap-v4-snippets **Repository Path**: lwl1569/bootstrap-v4-snippets ## Basic Information - **Project Name**: bootstrap-v4-snippets - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2022-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bootstrap v4 Snippets for VS Code ![release badge](https://img.shields.io/github/release/Zaczero/bootstrap-v4-snippets.svg) ![license badge](https://img.shields.io/github/license/Zaczero/bootstrap-v4-snippets.svg) A pack of **115** code snippets for Bootstrap toolkit. Latest supported version: *v4.3.1* [Get Bootstrap here](https://getbootstrap.com/) Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery. ## 🔗 Download * [Visual Studio | Marketplace](https://marketplace.visualstudio.com/items?itemName=Zaczero.bootstrap-v4-snippets) ## 🏁 Getting started To start using the snippets simply type **b-** *snippet_name*. * To preview the selected snippet click `CTRL+SPACEBAR`. * To use the selected snippet simply click `TAB`. [Browse all snippets](https://github.com/Zaczero/bootstrap-v4-snippets/blob/master/bootstrap-v4-snippets/snippets/snippets.json) ## 🖼️ Preview ![preview1.gif](https://i.imgur.com/gbRrW2r.gif) ## ⚓ Links * [Issues](https://github.com/Zaczero/bootstrap-v4-snippets/issues) * [Changelog](https://github.com/Zaczero/bootstrap-v4-snippets/blob/master/bootstrap-v4-snippets/CHANGELOG.md) ## 📬 Contact * Email: [kamil@monicz.pl](mailto:kamil@monicz.pl) ## ☕ Support me * Bitcoin: `35n1y9iHePKsVTobs4FJEkbfnBg2NtVbJW` ## 👨🏻‍💻 Compiling and testing guide All snippets are stored inside the `source` directory. To build the snippets execute `build-from-source.bat` file *(you will need to install .NET Core 2.2 or newer)*. Compiled snippets can be found in `bootstrap-v4-snippets/snippets/snippets.json`. To test the changes copy the file content and paste it inside `VS Code > F1 > Preferences: Configure User Snippets > html.json` 🎉