Provides Bootstrap 3 classes and HTML tags with autocompletion features.
Install:
apm install atom-bootstrap3Key Features:
- Supports autocompletion of all helper classes in JavaScript, CSS and HTML
- Snippet support for all components.
- Autocompletion for Glyphicons, Fontawesome and Octicons
An example with HTML Preview
html-: Generates Basic HTML Templatehtml-min: Generates Basic HTML Template without commentshtml-oi: Generates Basic HTML Template (replacefontawesomein favor ofocticons)
All components also have autocompletion support for extra options.
The plugin has Glyphicon and Fontawesome support.
icon: Generates glyphicon icon snippetfa: Generates fontawesome icon snippetoi: Generates octicon snippet
alertalert-linkclose
badge
breadcrumbitem
btnbtn-groupbtn-group-verticalbtn-toolbarbtn-modal
dropdownmenudividermenuheadermenuitem
form-groupinput-group
label-
list-grouplist-inlinelist-itemlist-unstyled
nav-pillsnav-tabsnav-navbar: Generates standard navbar templatenavbar-drop: Generates navbar dropdown item
pagerpage-headerpaginationpanelprogress-table-thumbnailwelljumbotron
modal: Generates modal HTMLbtn-modal: Generates modal trigger button HTMLaccordion: Generates accordion HTMLaccordion-item: Generates accordion item HTMLcarousel: Generates carousel HTMLcarousel: Generates carousel item HTMLnavbar: Generates navbar HTMLnavbar-dropdown: Generates navbar dropdown item
row: Generates column container:<div class="row"></div>col-: Generates column:<div class="col-..."></div>col-lg: Generates large column:<div class="col-lg-..."></div>col-md: Generates medium column:<div class="col-md-..."></div>col-sm: Generates small column:<div class="col-sm-..."></div>col-xs: Generates extra small column:<div class="col-xs-..."></div>con: Generates container:<div class="container"></div>conf: Generates fluid container:<div class="container-fluid"></div>
lead: Lead class<p class="lead">h1-: Heading 1<h1>Text {<small>optional</small>}</h1>h2-: Heading 2<h2>Text {<small>optional</small>}</h2>h3-: Heading 3<h3>Text {<small>optional</small>}</h3>h4-: Heading 4<h4>Text {<small>optional</small>}</h4>h5-: Heading 5<h5>Text {<small>optional</small>}</h5>h6-: Heading 6<h6>Text {<small>optional</small>}</h6>initialism: Generates "initialism" textblockquote-reverse: Generates reverse blockquotedl-horizontal
- Snippet funcionality has some bugs, I hope it will be fixed by Atom team.
- More to come :)
