Framesnips - An Atom Package
######Framesnips provides easy injection of framework components directly into your code through the Command Pallet in Atom
-
Bring up the Command Palette (Shift+Command+P)
-
Type:
Bs:
This brings up a list of [Bootstrap Components] (http://getbootstrap.com/components/#nav) in this plugin
-
You may either scroll through the components or continue typing the name of the one you want
Bs:Nav Tabs+justified
This will insert the code for bootstraps justified tabs navigation
##Command List
Command | Second Header |
---|---|
bs:nav | Navbar |
bs:nav-tabs | Tabs |
bs:nav-tabs+justified | Justified |
bs:nav-pills | Pills |
bs:nav-pills+justified | Justified |
bs:nav-pills+stacked | Pills |
bs:nav_add_dropdown | Dropdown |
bs:breadcrumbs | Breadcrumbs |
bs:pagination | Pagination |
bs:pagination+large | Pagination |
bs:pagination+small | Pagination |
bs:pager | Pager |
bs:pager_alligned | Pager |
bs:jumbotron-rounded | Jumbotron |
bs:jumbotron-not-rounded | Jumbotron |
bs:thumbnail | Thumbnail |
bs:alert-success | Alert |
bs:alert-info | Alert |
bs:alert-warning | Alert |
bs:alert-danger | Alert |
bs:alert-success+dismissable | Alert-Dismisable |
bs:alert-info+dismissable | Alert-Dismisable |
bs:alert-warning+dismissable | Alert-Dismisable |
bs:alert-danger+dismissable | Alert-Dismisable |
bs:alert_add_link | Alert Link |
bs:progress-bar | Progress-bar |
bs:progress-bar_label | Progress-bar |
bs:progress-bar_success | Progress-bar |
bs:progress-bar_info | Progress-bar |
bs:progress-bar_warning | Progress-bar |
bs:progress-bar_danger | Progress-bar |
bs:add_container | |
bs:add_badge | Badges |
bs:add_page-header | Page-header |