Skip to content

Commit

Permalink
Update banner image style
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Oct 12, 2024
1 parent ac71d62 commit ce0b43a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<style>
img.custom-image {
border-radius: 5px;
}
</style>

# nx-svg-loaders

<a href="https://ngeenx.github.io/nx-svg-loaders/" target="_blank">
<img src="https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true" style="border-radius: 5px;"/>
<img src="https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true" class="custom-image"/>
</a>

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.
Expand Down

0 comments on commit ce0b43a

Please sign in to comment.