0.0.15 • Published 10 months ago

ng-deco-forms-bootstrap v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Angular Decorated Forms Bootstrap

An implementation of Angular Decorated Forms (ng-deco-forms) with Bootstrap.

Table of contents

Fields

Text

Regular text input.

Number

Number input.

Configuration

max - adds a Max validator. min - adds a Min validator. step - controls the input step.

Decorators

Max Min Step

Hidden

hidden input

Textarea

Textarea input. Supports auto resizing via ngx-autosize.

Configuration

rows - number of rows.

Checkbox

Checkbox input.

Select

Sleect input.

Configuration

options$ - an observable containing the options for the field.

Decorators

Options

Wrappers

Label

Adds a field label.

Configuration

label - a string.

Decorators

Tooltip - adds a tooltip.

Warn - recieves a factory function that retruns a Observable

CheckLabel

Adds a checkbox label.

Configuration

label - a string.

Hint

Adds a hint subtext.

Configuration

hint - a string.

Title

Adds a title to a form group.

Configuration

title - a string.

Hide

Hides a field or field group. Recieves a factory func that returns Observable

Configuration

hide - an Observable with a generic type of boolean.

Validators

Required

Marks a field as required.

Classes

Row

Apply to a group to make the fields apear in a row.

Half, Third, Quarter, TwoThirds

Controls the length of a form field.

Submission

Use @Form(SubmitComponent) to add a submit button.

Submit

Use the submit decorator to provide a function that runs on submit. Receives a factory function.

Action

A decorator that receives a string. Defines the label on the submit button.

BtnClass

The bootstrap btn class.

Directives

The following directives are applied automatically.

for and id

Will add for and id fields for labels and inputs.

selectPlaceholder

Adds a place holder for select fields.

Demo

You can find the Demo Here and the Demo Repo.

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.5

10 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago