The official Trowel Component for list-groups List-groups is a Trowel Component, please refer to the Trowel doc for more informations about how works Trowel Components
You can easily install Trowel List-groups by using npm, Yarn or Bower
# With bower
$ bower install trowel-list-groups
# With npm
$ npm install trowel-list-groups
# With yarn
$ yarn add trowel-list-groups
You can also download a zip archive right here.
The main scss file to include to your main .scss
file is located at the ./src/scss/list-groups.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 List-groups
@import './path/to/dependencies/trowel-list-groups/src/scss/list-groups.scss';
If you don't want to customize the trowel component in scss
you can use the css file available at ./dest/css/list-groups.css
. A minified version is available at the same location.
to be written
If you want to contribute you can checkout the contribution guide over here
MIT © Trowel