ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Bootstrap 3 Jade Snippets

Twitter Bootstrap 3 Jade Snippets

Details

Installs

  • Total 70K
  • Win 51K
  • Mac 10K
  • Linux 8K
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 0 2 0 0 0 1 0 0 2 1 1 1 2 0 0 2 0 2 0 0 0 0 0 0 2 1 0 0 1 1 1 1 2 2 1 0 1 1 0 3 0 0 0 0 0 1
Mac 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Twitter Bootstrap 3 Jade

Sublime Text Plugin

Please feel free to contribute

This plugin is a fork of JasonMortonNZ/bs3-sublime-plugin (for HTML)

A sublime plugin complete with Twitter Bootstrap 3 snippets

Dependency

  • Jade language plugin

Class name completion

What's included - contents

Alerts

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

Badges

Component Snippet code
Badge (Default) bst-badge

Breadcrumbs

Component Snippet code
Breadcrumbs bst-breadcrumbs

Buttons

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 *

CDN

Component Snippet code
CDN link (both CSS & JS) bst-cdn
CDN link (CSS only) bst-cdn:css
CDN link (JS only) bst-cdn:js

Forms

Component Snippet code
Form bst-form
Inline Form bst-form:inline
Horizontal Form bst-form:horizontal

Grid

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

Icons

Component Snippet code
Glyphicon bst-icon:glyphicon
Icon (Font Awesome) bst-icon

Images

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

Javascript Component

Component Snippet code
Accordion bst-accordion
Carousel bst-carousel
Modal bst-modal

Jumbotron

Component Snippet code
Jumbotron (ex Hero Unit) bst-jumbotron

Labels

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

List-groups

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

Media Objects

Component Snippet code
Media Object bst-media

Navigation

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

Panels

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

Progress bar

Component Snippet code
Progress Bar bst-progress

Tables

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

Templates

Component Snippet code
HTML5 Template Layout bst-template:html5
H5BP layout Template bst-h5bp-layout-jade
H5BP index Template bst-h5bo-index-jade
BS3 blog bst-tpl-blog
BS3 carousel bst-tpl-carousel
BS3 cover bst-tpl-cover
BS3 dashboard bst-tpl-dashboard
BS3 grid bst-tpl-grid
BS3 jumbotron narrow bst-tpl-jumbotron-narrow
BS3 jumbotron bst-tpl-jumbotron
BS3 justified nav bst-tpl-justified-nav
BS3 navbar fixed top bst-tpl-navbar-fixed-top
BS3 navbar static top bst-tpl-navbar-static-top
BS3 navbar bst-tpl-navbar
BS3 non responsive bst-tpl-non-responsive
BS3 offcanvas bst-tpl-offcanvas
BS3 signin bst-tpl-starter-signin
BS3 starter template bst-tpl-starter-template
BS3 sticky footer navbar bst-tpl-sticky-foote-navbar
BS3 sticky footer bst-tpl-sticky-footer
BS3 theme bst-tpl-theme

License

Twitter Bootstrap 3 Jade - Sublime Text Plugin is open-sourced software licensed under the MIT license.