0.0.13 • Published 2 years ago

@ionic-admin/ui v0.0.13

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

Ionic Admin UI

Simple utility to speed up UI development with Ionic Framework + Angular.

MIT LicenseAngular v13+Ionic v6+

Features

  • Create and present components using Ionic controllers(Nav, Alert, Modal, Toast, Popover and Loading) in one call and one import.
  • Predefined Settings: Configure the way your app communicates and avoid repeating itself.
  • Save time using ready components for common features through modal/popover components.

Installation

Install Ionic Admin UI with npm

  npm install @ionic-admin/ui

Add IonicAdminUiModule.forRoot() to your AppModule imports and start using the services.

Roadmap

  • Generate basic library structure
  • Generate configurable/publishable module
  • UiService: Nav/Modal/Toast/Alert/Loading/Popover controllers simplified.
  • Create common components to open with modal/popover:
    • List: Items with features: search, filter, sort, single/multiple selection
  • Add tests

Services

UiService

Library to simplify the use of Ionic controllers: Nav, Alert, Toast, Modal, Popover and Loading.

Usage/Examples

import { UiService } from '@ionic-admin/ui'

constructor(private ui: UiService){ }

showAlert(){
    this.ui.alert({ message: 'Worked' })
}

showToast(){
    this.ui.toast({ message: 'Worked!' })
}

License

MIT

Feedback

If you have any feedback, please get in touch via twitter: @leoruhland

Author

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago