Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sean-perkins/ngx-card-article
- Owner: sean-perkins
- Created: 2017-07-11T03:28:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T03:52:43.000Z (over 7 years ago)
- Last Synced: 2024-12-23T09:42:52.511Z (11 days ago)
- Topics: angular, card-ui, ngx, sass, typescript
- Language: JavaScript
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://github.com/sean-perkins) |
:---:
|[Sean Perkins](https://github.com/sean-perkins)|## Credits
- Beautiful designed [Codepen](https://codepen.io/mithicher/pen/ojdXBa/) by Mithicher.