<p align="center">
  <a href="https://www.xiongyayun.com">
    <img width="100" src="https://angular.io/assets/images/logos/angular/angular.svg">
  </a>
</p>

<h1 align="center">
Arthur
</h1>

<div align="center">

  An UI components based on Angular. [ng-arthur-mobile](https://www.xiongyayun.com).

  [![Angular Version](https://img.shields.io/badge/Angualr-7%2B-green.svg)](https://www.xiongyayun)

</div>

## 📦 Installation

**We recommend using `@angular/cli` to install**. It not only makes development easier, but also allows you to take advantage of the rich ecosystem of angular packages and tooling.

```bash
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ npm install @ng-arthur-mobile/common @ng-arthur-mobile/core @ng-arthur-mobile/http
```

> More information about `@angular/cli` [here](https://github.com/angular/angular-cli).

You can also install `ng-arthur-mobile` with npm or yarn

```bash
$ npm install ng-arthur-mobile
```

## 🔨 Usage

Import the module into every module where you want to use the components.

```ts

```
