FriendsOfTrowel / Forms

⚠️ DEPRECATED. The official Trowel Component for form elements

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Friends of Trowel

Trowel-Forms

npm version Bower version

The official Trowel Component for Forms Forms 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-Forms by using npm, Yarn or Bower with the name trowel-forms (previously friendsOfTrowel-Forms-component)

# With bower
$ bower install trowel-forms

# With npm
$ npm install trowel-forms

# With yarn
$ yarn add trowel-forms

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/forms.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 Forms
@import './path/to/dependencies/trowel-forms/src/scss/forms.scss';

Twig files

The twig file is located at the ./src/twig/Forms.html.twig.

Usage

to be written

License

MIT © Trowel

About

⚠️ DEPRECATED. The official Trowel Component for form elements

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

License:MIT License


Languages

Language:CSS 70.1%Language:HTML 21.3%Language:JavaScript 8.6%