Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

fivethree-team/ionic-4-components

Open more actions menu

Repository files navigation

project banner

Ionic 4 Components

Costumizable UI Components for Ionic 4.

npm version

Documentation | Component Demos | Getting Started | Get In Touch


gallerypullto refreshfeature discoverydialogbottom sheet

✨ 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:

import { NgModule } from '@angular/core';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

@NgModule({
  imports: [
    ...
    BrowserAnimationsModule,
    ...
  ]
})
export class AppModule {}

Usage Instructions

To use the UI Library import one of the feature modules (e.g. FivGalleryModule) into a Page or Component Module.

For example:

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { IonicModule } from '@ionic/angular';
import { FormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { FivGalleryModule } from '@fivethree/core';

import { HomePage } from './home.page';

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    IonicModule,
    RouterModule.forChild([
      {
        path: '',
        component: HomePage
      }
    ]),
    FivGalleryModule
  ],
  declarations: [HomePage]
})
export class HomePageModule {}

🔨 Development

This package is under active construction.

  • Run ng build core to rebuild the component library.
  • Run ionic s to serve the project site.

About

🍕 Ionic 4 UI Component Library. Featuring Image Gallery, Refresher, Bottom Sheet and more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.