From f623c5c330b89a14d9f929f1cf3800d952b1ddc1 Mon Sep 17 00:00:00 2001 From: relliv Date: Thu, 19 Sep 2024 16:09:04 +0300 Subject: [PATCH] Update preview GIF alt text --- README.md | 2 ++ docs/docs/intro.md | 2 +- libs/features/nx-angular-svg-loaders/README.md | 2 +- libs/features/nx-react-svg-loaders/README.md | 2 +- libs/features/nx-svelte-svg-loaders/README.md | 2 +- libs/features/nx-vue-svg-loaders/README.md | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fe8484..603a4aa 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ This repository is based on [Sam Herbert](https://github.com/SamHerbert)'s [SVG-Loaders](https://github.com/SamHerbert/SVG-Loaders) project. There are many loadig indicator display strategy like *JS, CSS, GIF, Lottie and Custom Fonts*. **SVG** is another loading indicator/spinner option because it's supporting animations natively on browsers and [widely supporting](https://caniuse.com/svg-smil). This project aims to provide ready-to-use SVG loader examples as components in *Angular, React, Vue, Svelte* without broke your development environment experience. > Basicly we can use SVG files with `` tag or import directly as inline code. You can not style SVG content over `` tag. Also, inline option is not good for clean development experience. We created this project for smooth and better experience for developers. + +![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index ed6333a..081ca64 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -8,4 +8,4 @@ This repository is based on [Sam Herbert](https://github.com/SamHerbert)'s [SVG- > Basicly we can use SVG files with `` tag or import directly as inline code. You can not style SVG content over `` tag. Also, inline option is not good for clean development experience. We created this project for smooth and better experience for developers. -![alt text](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) +![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) diff --git a/libs/features/nx-angular-svg-loaders/README.md b/libs/features/nx-angular-svg-loaders/README.md index fdfc419..98a6d44 100644 --- a/libs/features/nx-angular-svg-loaders/README.md +++ b/libs/features/nx-angular-svg-loaders/README.md @@ -1,5 +1,5 @@ # nx-angular-loaders -![alt text](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) +![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) Angular SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/angular)** installation and usage. diff --git a/libs/features/nx-react-svg-loaders/README.md b/libs/features/nx-react-svg-loaders/README.md index b142d2c..2c7a578 100644 --- a/libs/features/nx-react-svg-loaders/README.md +++ b/libs/features/nx-react-svg-loaders/README.md @@ -1,5 +1,5 @@ # nx-react-svg-loaders -![alt text](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) +![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) React SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/react)** installation and usage. diff --git a/libs/features/nx-svelte-svg-loaders/README.md b/libs/features/nx-svelte-svg-loaders/README.md index 769bfeb..fbc830d 100644 --- a/libs/features/nx-svelte-svg-loaders/README.md +++ b/libs/features/nx-svelte-svg-loaders/README.md @@ -1,5 +1,5 @@ # nx-svelte-svg-loaders -![alt text](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) +![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) Svelte SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/svelte)** installation and usage. diff --git a/libs/features/nx-vue-svg-loaders/README.md b/libs/features/nx-vue-svg-loaders/README.md index 4021e36..3bc3fa4 100644 --- a/libs/features/nx-vue-svg-loaders/README.md +++ b/libs/features/nx-vue-svg-loaders/README.md @@ -1,5 +1,5 @@ # nx-vue-svg-loaders -![alt text](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) +![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true) Vue SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/vue)** installation and usage.