mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
14 lines
429 B
HTML
14 lines
429 B
HTML
<template name="pkg_bootstrap">
|
|
{{#better_markdown}}
|
|
## `bootstrap`
|
|
|
|
[Twitter's Bootstrap](http://twitter.github.com/bootstrap/) package is a front-end toolkit for faster, more
|
|
beautiful web development. Bootstrap provides simple and flexible HTML,
|
|
CSS, and JavaScript for popular user interface components and
|
|
interactions including typography, forms, buttons, tables, grids, and
|
|
navigation.
|
|
|
|
|
|
{{/better_markdown}}
|
|
</template>
|