Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sean-perkins/ngx-card-article

Beautifully designed cards for Angular 4.
https://github.com/sean-perkins/ngx-card-article

angular card-ui ngx sass typescript

Last synced: 2 days ago
JSON representation

Beautifully designed cards for Angular 4.

Awesome Lists containing this project

README

        

# ngx-card-article

[![npm](https://img.shields.io/npm/v/ngx-card-article.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-card-article)
[![npm](https://img.shields.io/npm/dt/ngx-card-article.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-card-article)

Beautifully designed cards for use in an Angular 4 project.

1. `npm i ngx-card-article --s`
2. Add `NgxCardArticleModule` to your feature module.
```
import { NgxCardArticleModule } from 'ngx-card-article';

...
imports: [
NgxCardArticleModule
]
...
```
3. Add font references to the top of your `index.html`.
```

```

![Example Image](http://i.imgur.com/MGG1dMF.jpg)

## Development

1. `npm run start` to launch dev-server of `src/` directory.
2. Verify component functionality in `examples/`.

## Usage

```


  • Testing

  • Testing



  • Testing

  • Testing

  • ```

    ## Contributors

    [Sean perkins](https://github.com/sean-perkins) |
    :---:
    |[Sean Perkins](https://github.com/sean-perkins)|

    ## Credits
    - Beautiful designed [Codepen](https://codepen.io/mithicher/pen/ojdXBa/) by Mithicher.