Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

FriendsOfTrowel/Progress

Repository files navigation

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

AltStyle によって変換されたページ (->オリジナル) /