ionic-form-components
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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.

Package Sidebar

Install

npm i ionic-form-components

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

728 kB

Total Files

83

Last publish

Collaborators

  • nambach