GithubHelp home page GithubHelp logo

jjdblast / bootstrap-milestones Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexjab/bootstrap-milestones

0.0 2.0 0.0 248 KB

A shiny bootstrap plugin to create milestone lists.

Home Page: http://alexjab.github.io/bootstrap-milestones

Makefile 100.00%

bootstrap-milestones's Introduction

bootstrap-milestones.css

A shiny bootstrap plugin to create milestone lists. Shamelessly inspired by GitHub's Pull Request history.

bootstrap-milestones

##How to start ###Install bootstrap-milestones Via npm:

npm install bootstrap-milestones

Via bower:

bower install bootstrap-milestones

Via git:

git clone https://github.com/alexjab/bootstrap-milestones.git

Import it in your pages

You need to have bootstrap installed as well:

<link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-milestones/dist/bootstrap-milestones.min.css">

Create milestones

Milestones are a list, with elements that contains an (optional) icon and stuff:

<ul class="milestones">
  <li>
    <i class="milestone-default glyphicon glyphicon-paperclip"></i>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit...
  </li>
  ...
</ul>

You can customize the icon by using any glyphicon or Font-Awesome icon. You can give your milestone a color as well:

<i class="milestone-default ..."></i>
<i class="milestone-primary ..."></i>
<i class="milestone-info ..."></i>
<i class="milestone-success ..."></i>
<i class="milestone-warning ..."></i>
<i class="milestone-error ..."></i>

Then add any text or you any miscellaneous bootstrap components.

Additional options

As it is done on the picture, you can add optional grey lines to delimitate your milestones, at the beginning or end of the whole list. You can do so by adding the milestones-bordered class to your list:

<ul class="milestones milestones-bordered">
...
</ul>

If you wish to have a top or bottom border, you can use the classes milestones-bordered-top and milestones-bordered-bottom.

Contribute

To develop the project, you need to have bootstrap: go to the project's directory and run either bower install or npm install from within the directory.

To generate the css file, you need less which you can get by running npm install -g less.

Add your code, then, to build the project, just run make.

You can submit a PR if you want your changes to be integrated in a release.

Examples

You can find examples in the examples directory.

License

MIT

bootstrap-milestones's People

Contributors

alexjab avatar

Watchers

James Cloos avatar jiandong 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.