Skip to content

Commit

Permalink
Update preview image style
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Oct 2, 2024
1 parent 2e6c358 commit fe255f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docs/intro.md → docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ This repository is based on [Sam Herbert](https://github.com/SamHerbert)'s [SVG-

> Basicly we can use SVG files with `<img>` tag or import directly as inline code. You can not style SVG content over `<img>` 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)
<img src="https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true" alt="SVG Loaders Preview" style={{
border: '1px solid #dcdcdc',
borderRadius: '5px',
minHeight: '500px',
width: '100%',
backgroundColor: '#f4f4f48a'
}}/>

0 comments on commit fe255f9

Please sign in to comment.