Ionic 4 Components
Costumizable UI Components for Ionic 4.
Documentation | Component Demos | Getting Started | Get In Touch
✨ Features
- Twitter inspired Image Gallery
- Material Design Pull-to-Refresh
- Flexible Dialog Component
- Feature Discovery
- Material Design App Bar for Ionic Tabs
- more components
📦 Installation
To get started, install the package from npm. The latest version supports Ionic 4 and Angular >= 7.
Install the UI Library
You can use either npm or yarn to install @fivethree/core
from npm.
npm install --save @fivethree/core @angular/animations
Configure your Ionic App
Once the packages are installed, import BrowserAnimationsModule
in app.module.ts
:
;;
Usage Instructions
To use the UI Library import one of the feature modules (e.g. FivGalleryModule) into a Page or Component Module.
For example:
;;;;;; ;
🔨 Development
This package is under active construction.
- Run
ng build core
to rebuild the component library. - Run
ionic s
to serve the project site.