npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

spclatom-bootstrap3

v1.2.0

Published

Twitter Bootstrap 3 Support with snippets and autocompletion. Supports Glyphicons and Fontawesome

Downloads

5

Readme

Twitter Bootstrap 3 Support for Atom

Provides Twitter 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 and Fontawesome

An example with HTML Preview

Atom HTML Preview with Bootstrap

Templates

  • html-: Generates Basic HTML Template
  • html-min: Generates Basic HTML Template without comments

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

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>

Typograpgy

  • 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 :)