From ac71d62347779d5154bb53645455a5d527605e83 Mon Sep 17 00:00:00 2001 From: relliv Date: Sat, 12 Oct 2024 16:30:28 +0300 Subject: [PATCH] Add some border radius --- .markdownlint.json | 8 ++++++++ README.md | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..8e71f9a --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,8 @@ +{ + "MD045": false, + "MD003": false, + "MD033": false, + "MD022": false, + "MD041": false, + "MD013": false +} diff --git a/README.md b/README.md index 2eb99bf..7d56a20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # nx-svg-loaders -[![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true)](https://ngeenx.github.io/nx-svg-loaders/) + + + 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.