1.2.0 • Published 2 years ago

ionic-form-components v1.2.0

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

ionic-form-components

npm version

Simple Ionic components for building mobile form.

Demo

Setup

1. Installation

npm i ionic-form-components

or

yarn add ionic-form-components

2. Import modules

Modify the page's module that needs to use components as below.

import {
  IonicFormModule,
  IonicFormViewModule,
  IonicFormPipesModule
} from 'ionic-form-components';

@NgModule({
  imports: [
    ...
    IonicFormModule,
    IonicFormViewModule,
    IonicFormPipesModule
  ],
  ...
})
export class SomePageModule {}

3. Import styles

Add this import statement in your global.scss file.

@import "~ionic-form-components/src/styles/global";
@import "~ionic-form-components/src/styles/variables";

Notes

Support:

  • Angular 12.0.0 +
  • Ionic 5.0.0 +

License

Released under MIT license.

1.2.0

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago