Twitter Bootstrap 3 Snippets Plugin for Sublime Text 2/3
Details
Bootstrap includes 260 glyphs from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, you should include a link back to Glyphicons whenever possible. Use glyphicons in text, buttons, toolbars, navigation, or forms.
Installs
- Total400K
- Win287K
- Mac60K
- Linux52K
- Bootstrap Studio 5.4.1 License Key is a outclass and extraordinary program. Bootstrap Studio 5.4.1 Crack Full License Key Torrent Free Download Bootstrap Studio Torrent, When the user started this version, the user that time automatically connects to assembling his work from any mobile device easily and usage network any near network, like, at.
- In this video we will show you 15 powerful Bootstrap Studio features that will help you save time and be more productive: 00:14 - Component drag & drop 01:46.
Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 35 | 32 | 62 | 55 | 55 | 48 | 35 | 31 | 41 | 62 | 47 | 55 | 54 | 32 | 55 | 91 | 59 | 64 | 59 | 64 | 36 | 44 | 61 | 50 | 63 | 59 | 32 | 36 | 45 | 53 | 50 | 47 | 48 | 42 | 49 | 72 | 44 | 60 | 75 | 61 | 51 | 45 | 45 | 53 | 45 |
Mac | 1 | 1 | 0 | 3 | 2 | 5 | 2 | 1 | 1 | 1 | 5 | 4 | 2 | 1 | 3 | 3 | 2 | 5 | 5 | 4 | 7 | 0 | 5 | 2 | 3 | 4 | 4 | 3 | 0 | 1 | 5 | 2 | 1 | 3 | 0 | 5 | 1 | 1 | 1 | 4 | 1 | 4 | 5 | 1 | 1 | 4 |
Linux | 0 | 2 | 4 | 3 | 0 | 3 | 2 | 2 | 2 | 3 | 3 | 3 | 5 | 4 | 2 | 11 | 7 | 4 | 5 | 4 | 2 | 1 | 2 | 6 | 2 | 5 | 4 | 1 | 2 | 5 | 2 | 3 | 3 | 0 | 4 | 1 | 5 | 4 | 8 | 3 | 3 | 2 | 2 | 1 | 2 | 2 |
Readme
- Source
- raw.githubusercontent.com
A sublime plugin complete with Bootstrap 3 snippets
Feel free to let me know what else you want added via:
- Twitter @JasonMortonNZ
What's included - contents
Installation
There are 3 methods for installing this plugin.
Search for “Bootstrap 3 Snippets” via the “Package Control: Install Packages” menu.Note: If you don't have Sublime Package Control installed, you can find out how to install it here https://sublime.wbond.net/installation
Clone the repository into your Sublime Text 2/3 packages directory.git clone https://github.com/JasonMortonNZ/bs3-sublime-plugin.git
Download the .zip file and unzip it into your Sublime Text 2/3 packages directory.Note: You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages.
Usage
Start typing bs3
in html files and the autocomplete window opens. It matches fuzzily. So you can type bs3radio
to find the bs3-input:radio
snippet.
Be sure you have enabled “bs” in your Preferences.sublime-settings:
'auto_complete_triggers': [{'selector': 'text.html', 'characters': 'bs3'}]
Note: If you experience any issues with a leading “<” please look at this issue thread for some potential solutions.
CDN
Component | Snippet code |
---|---|
CDN link (both CSS & JS) | bs3-cdn |
CDN link (CSS only) | bs3-cdn:css |
CDN link (JS only) | bs3-cdn:js |
Local
Component | Snippet code |
---|---|
Link to local bootstrap files | bs3-local |
Templates
Component | Snippet code |
---|---|
HTML5 Template Layout | bs3-template:html5 |
Forms
Component | Snippet code |
---|---|
Form | bs3-form |
Inline Form | bs3-form:inline |
Horizontal Form | bs3-form:horizontal |
Tables
Component | Snippet code |
---|---|
Table | bs3-table |
Bordered Table | bs3-table:bordered |
Condensed Table | bs3-table:condensed |
Hover Table | bs3-table:hover |
Striped Table | bs3-table:striped |
Input Fields (Form fields)
Note: you can add “ :h ” to the end of any input field snippet to make it compatible with Bootstrap 3 horizontal forms. E.g.- bs3-input:text:h- bs3-input:hidden:h
Component | Snippet code | Options |
---|---|---|
Label | bs3-input:label | |
Text Input | bs3-input:text | :h |
Email Input | bs3-input:email | :h |
Password Input | bs3-input:password | :h |
Hidden Input | bs3-input:hidden | :h |
Url Input | bs3-input:url | :h |
Color Input | bs3-input:color | :h |
Number Input | bs3-input:number | :h |
Range Input | bs3-input:range | :h |
Date Input | bs3-input:date | :h |
Week Input | bs3-input:week | :h |
Month Input | bs3-input:month | :h |
Time Input | bs3-input:time | :h |
Tel Input | bs3-input:tel | :h |
Search Input | bs3-input:search | :h |
Reset Input | bs3-input:reset | :h |
Submit Input | bs3-input:submit | :h |
Checkbox Input | bs3-input:checkbox | :h |
Radio Box Input | bs3-input:radio | :h |
Select Box | bs3-select | :h |
Textarea | bs3-textarea | :h |
Alerts
Component | Snippet code |
---|---|
Alert Box (Default) | bs3-alert |
Danger Alert Box | bs3-alert:danger |
Info Alert Box | bs3-alert:info |
Success Alert Box | bs3-alert:success |
Warning Alert Box | bs3-alert:warning |
Badges
Component | Snippet code |
---|---|
Badge (Default) | bs3-badge |
Breadcrumbs
Component | Snippet code |
---|---|
Breadcrumbs | bs3-breadcrumbs |
Carousel
Component | Snippet code |
---|---|
Carousel | bs3-carousel |
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:- bs3-button:success- bs3-large-button:disabled- bs3-block-button:warning
Component | Snippet code | Options |
---|---|---|
Button | bs3-button | * |
Block Button | bs3-block-button | * |
Mini Button | bs3-xs-button | * |
Small Button | bs3-sm-button | * |
Large Button | bs3-lg-button | * |
Grid
Note: The bs3-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.
- bs3-col
- bs3-col:6
- bs3-col:12
Component | Snippet code | Options |
---|---|---|
Column | bs3-col | :1-12 |
Row | bs3-row | |
Container | bs3-container |
Icons
Component | Snippet code |
---|---|
Glyphicon | bs3-icon:glyphicon |
Icon (Font Awesome) | bs3-icon |
Bootstrap 4 Table
Images
Component | Snippet code |
---|---|
Thumbnail | bs3-thumbnail |
Thumbnail with content | bs3-thumbnail:content |
Labels
Component | Snippet code |
---|---|
Label | bs3-label |
Danger Label | bs3-label:danger |
Info Label | bs3-label:info |
Success Label | bs3-label:success |
Warning Label | bs3-label:warning |
Pagination
Component | Snippet code |
---|---|
Pager | bs3-pager |
Aligned Pager | bs3-pager:aligned |
Pagination | bs3-pagination |
Pagination:small | bs3-pagination:sm |
Pagination:large | bs3-pagination:lg |
Navigation
Component | Snippet code |
---|---|
Navbar (basic navbar) | bs3-navbar |
Navbar Brand Element | bs3-navbar:brand |
Navbar Button | bs3-navbar:button |
Navbar Form | bs3-navbar:form |
Navbar Link | bs3-navbar:link |
Navbar Text | bs3-navbar:text |
Navbar Fixed-Botton | bs3-navbar:fixed-bottom |
Navbar Fixed-Top | bs3-navbar:fixed-top |
Navbar Inverse | bs3-navbar:inverse |
Navbar Responsive | bs3-navbar:responsive |
Navbar Static-Top | bs3-navbar:static-top |
Jumbotron
Component | Snippet code |
---|---|
Jumbotron (ex Hero Unit) | bs3-jumbotron |
Panels
Component | Snippet code |
---|---|
Panel | bs3-panel |
Panel (contextual) | bs3-panel:{warning,success,info,danger,primary} |
Panel (with heading) | bs3-panel:heading |
Panel (with footer) | bs3-panel:footer |
List-groups
Component | Snippet code |
---|---|
List group | bs3-list-group |
List group (with badges) | bs3-list-group:badges |
List group (linked list) | bs3-list-group:linked |
List group (with content) | bs3-list-group:content |
Media Objects
Component | Snippet code |
---|---|
Media Object | bs3-media-object |
Clearfix
Component | Snippet code |
---|---|
Clearfix | bs3-clearfix |
Wells
Bootstrap 4 Cards
Component | Snippet code |
---|---|
Well | bs3-well |
Well (small) | bs3-well:sm |
Well (large) | bs3-well:lg |
Tabs
Component | Snippet code |
---|---|
Tabs pane | bs3-tabs |
Input-groups
Component | Snippet code |
---|---|
Input group | bs3-input-group |
Input group(addon & text-field) | bs3-input-group:addon:text |
Input group (addon) | bs3-input-group-addon |
Input group (button) | bs3-input-group-btn |
Input group (text-field & btn) | bs3-input-group:text:btn |
License
Bootstrap 4.4.1 Jquery
Bootstrap 3 - Sublime Plugin is open-sourced software licensed under the MIT license.
Bootstrap
A powerful desktop app for creating responsive websites using the Bootstrap framework. Bootstrap Studio is a powerful desktop app for designing and prototyping websites. Bootstrap Studio is a desktop application that helps you create beautiful websites. It comes with a large number of built-in components, which you can drag and drop to assemble responsive web pages. It is built on top of the hugely popular Bootstrap framework, and exports clean and semantic HTML. Thousands of developers and designers use it every day. We are sure you'll love it too!
The Interface
Bootstrap Studio has a beautiful and powerful interface, which is built around the simplicity of drag and drop. This makes it the perfect tool for prototyping and designing web pages and apps.
Beautiful Built-in Components
Bootstrap Studio comes with a large number of pretty components for building responsive pages. We've got headers, footers, galleries, slideshows and even basic elements like spans and divs. See some of them below.
Smart Drag & Drop
Bootstrap Studio knows which Bootstrap components can be nested in one another and gives you suggestions. It automatically generates beautiful HTML for you, which looks as if it was written by hand by an expert.
Create Your Own Components
You can extract pieces of your designs as Custom Components, and have them ready to be dropped into any design you create. You can also export these components as files and share them.
Online Library
If you need a component which doesn't exist in our library, just click the Online tab in the Component Panel. There you will find thousands of components built and shared by the community. You can also upload your own.
Linked Components
This is a powerful feature which allows you to synchronize components, so changing one will automatically change the other. This is especially useful for things like headers and footers which you need to update across pages.
Realtime Preview
Bootstrap Studio has a powerful feature called Preview. With it, you can open your design in multiple web browsers and devices, and every change you make within the app will be shown instantaneously everywhere.
Editing Code
For some things drag and drop isn't enough. This is why Bootstrap Studio gives you full control over your markup when you need it. You can import and edit CSS, jаvascript and HTML in our Sublime Text-like editor.
Advanced CSS Editor
Our advanced CSS editing interface supports auto suggest and rule validation, and shows the active and inherited rules at an any given time. You will soon dread having to go back to your text editor.
jР°vascript Editing
Write jР°vascript in our Sublime Text-like editor. All your changes are synced with the preview, so you can write code and try it out without having to reload your browser.
HTML Editing
With our powerful Custom Code component, you can write HTML directly, without going through our drag and drop interface. You can also convert any piece of your page into Custom Code when you need it.
Import Existing Websites
If you have a website that you've developed previously, you can import it. Just drag and drop the HTML, CSS, JS files and images into Bootstrap Studio and they will be added to your project.
Even More Features
There is a lot more to say about our wonderful app. From productivity features to specialized Bootstrap tools, Bootstrap Studio makes designing websites and building fully working prototypes a real joy.
Built for Bootstrap
Bootstrap Studio knows how to construct a valid Bootstrap page and automatically writes the correct HTML. It supports Bootstrap 3 and will be updated to Bootstrap 4 once it's out.
Grid Tools
The app has specialized tools for working with the Bootstrap grid. Easily create, resize and offset columns, and apply responsive visibility classes.
Google Webfonts
Bootstrap Studio is integrated with Google Webfonts and gives you an easy way to import and manage your fonts. Font family names are even auto-suggested in our css editor.
Productivity Features
Bootstrap Studio has comprehensive support for keyboard shortcuts which allow you to speed up your workflow dramatically.
Themes and Icons
The app has a number of built-in Bootstrap themes, icon fonts, templates and components, which you can combine into beautiful and unique designs.
Always Up to Date
Bootstrap Studio updates automatically, so you always have the latest version. We release updates every month, filled with new features, components and improvements.
Whats New :
Version 4.4.9
NEW
Options in the sidebar indicate when they've been changed, making it easier to see your modifications at a glance.
IMPROVED
Middle click option labels to reset them to their default values.
FIXED
Small bufixes.