FriendsOfTrowel / Progress

⚠️ DEPRECATED. The official Trowel Component for progress bars

Home Page:http://trowel.github.io/documentation/friends-of-trowel/progress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Friends of Trowel

Trowel Progress

npm version Bower version

The official Trowel Component for progress Progress is a Trowel Component, please refer to the Trowel doc for more informations about how works Trowel Components

Getting Started

Download

You can easily install Trowel Progress by using npm, Yarn or Bower

# With bower
$ bower install trowel-progress

# With npm
$ npm install trowel-progress

# With yarn
$ yarn add trowel-progress

You can also download a zip archive right here.

Installation

Scss

The main scss file to include to your main .scss file is located at the ./src/scss/progress.scss. As a Trowel Component, it also requires two dependencies to compile the scss code. Here an scss installation snippet.

// Trowel Dependencies
@import './path/to/dependencies/trowel-core/src/trowel';

// Trowel Components Progress
@import './path/to/dependencies/trowel-progress/src/scss/progress.scss';

CSS

If you don't want to customize the trowel component in scss you can use the css file available at ./dest/css/progress.css. A minified version is available at the same location.

Twig template

The twig template is located at the ./src/twig/progres.html.twig.

Usage

to be written

Contributing

If you want to contribute you can checkout the contribution guide over here

License

MIT © Trowel

About

⚠️ DEPRECATED. The official Trowel Component for progress bars

http://trowel.github.io/documentation/friends-of-trowel/progress/

License:MIT License


Languages

Language:HTML 63.1%Language:CSS 21.9%Language:JavaScript 15.0%