1.2.0 • Published 11 years ago
spclatom-bootstrap3 v1.2.0
Twitter Bootstrap 3 Support for Atom
Provides Twitter 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 and Fontawesome
An example with HTML Preview

Templates
html-: Generates Basic HTML Templatehtml-min: Generates Basic HTML Template without comments
Components
All components also have autocompletion support for extra options.
Icons
The plugin has Glyphicon and Fontawesome support.
icon: Generates glyphicon icon snippetfa: Generates fontawesome icon snippet
Alert
alertalert-linkclose
Badge
badge
Breadcrumb
breadcrumbitem
Buttons
btnbtn-groupbtn-group-verticalbtn-toolbarbtn-modal
Menus and Dropdowns
dropdownmenudividermenuheadermenuitem
Forms
form-groupinput-group
Labels
label-
Lists
list-grouplist-inlinelist-itemlist-unstyled
Tabs and Navigations
nav-pillsnav-tabsnav-navbar: Generates standard navbar templatenavbar-drop: Generates navbar dropdown item
Other Components
pagerpage-headerpaginationpanelprogress-table-thumbnailwelljumbotron
JavaScript Components
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
Grid
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>
Typograpgy
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
Notes
- Snippet funcionality has some bugs, I hope it will be fixed by Atom team.
- More to come :)
1.2.0
11 years ago