1tontech / bootstrap4-snippets

Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
MIT License
117 stars 43 forks source link

Full Review #54

Open uguryuruk opened 2 years ago

uguryuruk commented 2 years ago

Alerts, badges, button groups, buttons, grid, jumbotron, pagination, tables and navs have been reviewed.

Firstly, thank you @thekalinga @Mershl @nickylogan for that package which helped me learn better not only bootstrap but also CSS and HTML. I have made some reordering, some little fixes, class suggestions and added some classes, accessibility features and stop-points. I have changed class suggestions because most of them were not working in VS code-like btn-$suggestion. I have changed them to (${2:btn-primary|btn-secondary|btn-success|btn-danger|btn-warning|btn-info|btn-light|btn-dark|btn-link})

Sometimes I have read the reference and added some features.

If you like these or have any feedback, I will continue with the other components. This is the way I appreciate.