0.1.2 • Published 2 years ago

ngx-formly-nebular v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Ngx Formly Nebular

This ngx-formly plugin uses Nebular component to render your form!

How to use

Read the documentation of ngx-formly.

Different properties than ngx-formly

templateOptions: {
    //This configuration add a <p> after or before the input
     description:
        'Questo checkbox segnala che la nuova entità è una nuova entità',
      descriptionBefore: true,
      descriptionAfter: false,
}

Components

  • Date

     {
            className: 'col-md-6',
            key: 'dateRange',
            type: 'date',
            templateOptions: {
              label: 'Date range',
              placeholder: 'Seleziona un range di date',
              type: 'multiple', //Could be 'single' or 'multiple'
              required: true,
            },
      },

Changelog

  • Version 0.1.1:
    • General fix
    • Add date type
    • Add demo project

Development

  • In the main folder
    • npm i to install deps
    • npm run start:demo to start demo in development mode, so you can edit the library and show the result live
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago