-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update readme's and change lib version to 0.2.0
- Loading branch information
Showing
3 changed files
with
42 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Ngx Fast Marquee | ||
In progress...🚧 | ||
# Ngx Fast Marquee | ||
|
||
> [!NOTE] | ||
> More info can be found in the Library's [README.md](https://www.npmjs.com/package/ngx-fast-marquee) | ||
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://your-build-url.com) | ||
[![License](https://img.shields.io/badge/license-MIT-orange.svg)](https://opensource.org/licenses/MIT) | ||
|
||
## Description | ||
|
||
Want to bring your website to life with dynamic, eye-catching marquees? | ||
|
||
Look no further! The ✨ **Ngx Fast Marquee** ✨ is a lightweight component that can bring to life your Angular applications through fast and user-friendly marquee animations. | ||
See [more](https://github.com/DevJaGz/app-fast-marquee/blob/master/projects/ngx-fast-marquee/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ngx-fast-marquee", | ||
"version": "0.1.8", | ||
"version": "0.2.0", | ||
"author": { | ||
"name": "Julian Andres Gomez Gomez", | ||
"email": "[email protected]", | ||
|
@@ -11,7 +11,7 @@ | |
"type": "git", | ||
"url": "https://github.com/DevJaGz/app-fast-marquee.git" | ||
}, | ||
"description": "This is a customazebale marquee component for angular based on react-fast-marquee", | ||
"description": "Lightweight Angular Component that can bring to life your Angular applications through fast and user-friendly marquee animations.", | ||
"keywords": [ | ||
"angular", | ||
"marquee", | ||
|