GithubHelp home page GithubHelp logo

atom-bootstrap3's Introduction

Bootstrap 3 Support for Atom

Provides Bootstrap 3 classes and HTML tags with autocompletion features.

Install:

apm install atom-bootstrap3

Key Features:

  • Supports autocompletion of all helper classes in JavaScript, CSS and HTML
  • Snippet support for all components.
  • Autocompletion for Glyphicons, Fontawesome and Octicons

An example with HTML Preview

Atom HTML Preview with Bootstrap

Templates

  • html-: Generates Basic HTML Template
  • html-min: Generates Basic HTML Template without comments
  • html-oi: Generates Basic HTML Template (replace fontawesome in favor of octicons)

Components

All components also have autocompletion support for extra options.

Icons

The plugin has Glyphicon and Fontawesome support.

  • icon: Generates glyphicon icon snippet
  • fa: Generates fontawesome icon snippet
  • oi: Generates octicon snippet

Alert

  • alert
  • alert-link
  • close

Badge

  • badge

Breadcrumb

  • breadcrumb
  • item

Buttons

  • btn
  • btn-group
  • btn-group-vertical
  • btn-toolbar
  • btn-modal

Menus and Dropdowns

  • dropdown
  • menudivider
  • menuheader
  • menuitem

Forms

  • form-group
  • input-group

Labels

  • label-

Lists

  • list-group
  • list-inline
  • list-item
  • list-unstyled

Tabs and Navigations

  • nav-pills
  • nav-tabs
  • nav-
  • navbar: Generates standard navbar template
  • navbar-drop: Generates navbar dropdown item

Other Components

  • pager
  • page-header
  • pagination
  • panel
  • progress-
  • table-
  • thumbnail
  • well
  • jumbotron

JavaScript Components

  • modal: Generates modal HTML
  • btn-modal: Generates modal trigger button HTML
  • accordion: Generates accordion HTML
  • accordion-item: Generates accordion item HTML
  • carousel: Generates carousel HTML
  • carousel: Generates carousel item HTML
  • navbar: Generates navbar HTML
  • navbar-dropdown: Generates navbar dropdown item

Grid

  • row: Generates column container: <div class="row"></div>
  • col-: Generates column: <div class="col-..."></div>
  • col-lg: Generates large column: <div class="col-lg-..."></div>
  • col-md: Generates medium column: <div class="col-md-..."></div>
  • col-sm: Generates small column: <div class="col-sm-..."></div>
  • col-xs: Generates extra small column: <div class="col-xs-..."></div>
  • con: Generates container: <div class="container"></div>
  • conf: Generates fluid container: <div class="container-fluid"></div>

Typography

  • lead: Lead class <p class="lead">
  • h1-: Heading 1 <h1>Text {<small>optional</small>}</h1>
  • h2-: Heading 2 <h2>Text {<small>optional</small>}</h2>
  • h3-: Heading 3 <h3>Text {<small>optional</small>}</h3>
  • h4-: Heading 4 <h4>Text {<small>optional</small>}</h4>
  • h5-: Heading 5 <h5>Text {<small>optional</small>}</h5>
  • h6-: Heading 6 <h6>Text {<small>optional</small>}</h6>
  • initialism: Generates "initialism" text
  • blockquote-reverse: Generates reverse blockquote
  • dl-horizontal

Notes

  • Snippet funcionality has some bugs, I hope it will be fixed by Atom team.
  • More to come :)

atom-bootstrap3's People

Contributors

vigo avatar f avatar douggr avatar coliff avatar peterblazejewicz avatar bhhaskin avatar cvrebert avatar davidthewatson avatar iarief avatar jdorfman avatar taylon avatar brennan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.