This SublimeText plugin allows you to rapidly develop Bootstrap interface elements, including:
- Accordions
- Tabs - both vertical and horizontal
- Show/hide
- Various card layouts and colours - Card groups, Card decks (with and without card images), rainbow cards and columns
- Each UI element is given a unique ID to avoid one element accidentally controlling another (eg. if you have two accordions on the one page)
- for card based interfaces, any more than three cards will automatically default to column view
Build Bootstrap interface elements for Sublime Text (08:12)
- Download the files using the GitHub 'Download Zip' option
- Unzip the files and rename the folder to
BuildBootstrap
- Find your
Packages
directory using the ST menu itemPreferences -> Browse Packages...
- Copy the folder into your Sublime Text
Packages
directory
This plugin invokes functions from other Sublime Text Packages:
Please ensure that you have this plugin installed, prior to running BuildBootstrap
- Launch Package Control
- Type 'Build Bootstrap'
- Choose Bootstrap interface element
Thes use a chain of two commands, in quick succession, eg: for For Build Accordion:
- Hold down the three keys ⌃ + ⌥ + ⌘ - and keep them held down
- Press B, then A in quick succession
- ⌃⌥⌘B, ⌃⌥⌘A - Build Accordion
- ⌃⌥⌘B, ⌃⌥⌘T - Build Tabs (Vertical)
- ⌃⌥⌘B, ⌃⌥⌘H - Build Tabs (Horizontal)
- ⌃⌥⌘B, ⌃⌥⌘S - Build Show/Hide
- ⌃⌥⌘B, ⌃⌥⌘C - Build Card Group
- ⌃⌥⌘B, ⌃⌥⌘D - Build Card Deck
- ⌃⌥⌘B, ⌃⌥⌘I - Build Card Deck, with Images
- ⌃⌥⌘B, ⌃⌥⌘R - Build Rainbow Cards