Twitter Bootstrap 3 Jade
Please feel free to contribute
A sublime plugin complete with Twitter Bootstrap 3 snippets
What's included - contents
Component
Snippet code
Alert Box (Default)
bst-alert
Danger Alert Box
bst-alert:danger
Info Alert Box
bst-alert:info
Success Alert Box
bst-alert:success
Warning Alert Box
bst-alert:warning
Component
Snippet code
Badge (Default)
bst-badge
Component
Snippet code
Breadcrumbs
bst-breadcrumbs
Note: all button snippets below can have any of the following options append to the end of the snippet *.
:danger
:default
:disabled
:info
:primary
:success
:warning
An example:
bst-button:success
bst-lg-button:disabled
bst-block-button:warning
Component
Snippet code
Options
Button
bst-button
*
Block Button
bst-block-button
*
Mini Button
bst-xs-button
*
Small Button
bst-sm-button
*
Large Button
bst-lg-button
*
Button
bst-button
*
Component
Snippet code
CDN link (both CSS & JS)
bst-cdn
CDN link (CSS only)
bst-cdn:css
CDN link (JS only)
bst-cdn:js
Component
Snippet code
Form
bst-form
Inline Form
bst-form:inline
Horizontal Form
bst-form:horizontal
Note: The bst-col snippet can be used both on its own or with the addition of a colon followed by the number of columns required: E.g.
bst-col
bst-col:6
bst-col:12
Component
Snippet code
Options
Column
bst-col
:1-12
Component
Snippet code
Glyphicon
bst-icon:glyphicon
Icon (Font Awesome)
bst-icon
Component
Snippet code
Thumbnail
bst-thumbnail
Thumbnail with content
bst-thumbnail:content
Input Fields (Form fields)
Note: you can add " :h " to the end of any input field snippet to make it compatible with Twitter Bootstrap 3 horizontal forms. E.g.
bst-input:text:h
bst-input:hidden:h
Component
Snippet code
Options
Label
bst-input:label
Text Input
bst-input:text
:h
Email Input
bst-input:email
:h
Password Input
bst-input:password
:h
Hidden Input
bst-input:hidden
:h
Url Input
bst-input:url
:h
Color Input
bst-input:color
:h
Number Input
bst-input:number
:h
Range Input
bst-input:range
:h
Date Input
bst-input:date
:h
Week Input
bst-input:week
:h
Month Input
bst-input:month
:h
Time Input
bst-input:time
:h
Tel Input
bst-input:tel
:h
Search Input
bst-input:search
:h
Reset Input
bst-input:reset
:h
Submit Input
bst-input:submit
:h
Checkbox Input
bst-input:checkbox
:h
Radio Box Input
bst-input:radio
:h
Component
Snippet code
Accordion
bst-accordion
Carousel
bst-carousel
Modal
bst-modal
Component
Snippet code
Jumbotron (ex Hero Unit)
bst-jumbotron
Component
Snippet code
Label
bst-label
Danger Label
bst-label:danger
Info Label
bst-label:info
Success Label
bst-label:success
Warning Label
bst-label:warning
Component
Snippet code
List group
bst-list-group
List group (with badges)
bst-list-group:badges
List group (linked list)
bst-list-group:linked
List group (with content)
bst-list-group:content
Component
Snippet code
Media Object
bst-media
Component
Snippet code
Navbar (basic navbar)
bst-navbar
Navbar Brand Element
bst-navbar:brand
Navbar Button
bst-navbar:button
Navbar Form
bst-navbar:form
Navbar Link
bst-navbar:link
Navbar Text
bst-navbar:text
Navbar Fixed-Botton
bst-navbar:fixed-bottom
Navbar Fixed-Top
bst-navbar:fixed-top
Navbar Inverse
bst-navbar:inverse
Navbar Responsive
bst-navbar:responsive
Navbar Static-Top
bst-navbar:static-top
Pagination
Component
Snippet code
Pager
bst-pager
Aligned Pager
bst-pager:aligned
Pagination
bst-pagination
Pagination:small
bst-pagination:small
Pagination:large
bst-pagination:large
Component
Snippet code
Panel
bst-panel
Panel (contextual)
bst-panel:{warning,success,info,danger,primary}
Panel (with heading)
bst-panel:heading
Panel (with footer)
bst-panel:footer
Component
Snippet code
Progress Bar
bst-progress
Component
Snippet code
Table
bst-table
Bordered Table
bst-table:bordered
Condensed Table
bst-table:condensed
Hover Table
bst-table:hover
Striped Table
bst-table:striped
Twitter Bootstrap 3 Jade - Sublime Text Plugin is open-sourced software licensed under the MIT license .