Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adereksisusanto/bootstrap5-snippets
Bootstrap 5 Snippet for Visual Studio Code
https://github.com/adereksisusanto/bootstrap5-snippets
Last synced: 10 days ago
JSON representation
Bootstrap 5 Snippet for Visual Studio Code
- Host: GitHub
- URL: https://github.com/adereksisusanto/bootstrap5-snippets
- Owner: adereksisusanto
- License: mit
- Created: 2021-02-20T09:08:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T07:23:04.000Z (over 3 years ago)
- Last Synced: 2024-05-21T01:48:51.125Z (6 months ago)
- Language: JavaScript
- Homepage: https://adereksisusanto.github.io/bootstrap5-snippets/
- Size: 9.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap 5 Snippets for Visual Studio Code
This Extensions provides the Bootstrap 5 snippets
## Version
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/adereksisusanto.bootstrap5-snippets?style=for-the-badge)
## Documentation
- [Read Documentation](https://adereksisusanto.github.io/bootstrap5/getting-started/introduction.html)
## Requirements
```markdown
Bootstrap Version : 5.0
```## Install
Launch Code's command palette
```bash
ext install adereksisusanto.bootstrap5-snippets
```## Snippets
### Starter template
**Command :**
> b5-!
**Output :**
```html
Bootstrap 5!
Bootstrap 5!
```
## License & Download
[![GitHub license](https://img.shields.io/github/license/adereksisusanto/bootstrap5-snippets.svg?style=for-the-badge)](https://github.com/adereksisusanto/bootstrap5-snippets) ![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/adereksisusanto.bootstrap5-snippets?style=for-the-badge)
**Enjoy!**