-
Updated
May 8, 2020 - JavaScript
#
inline-svg
Here are 31 public repositories matching this topic...
Transform SVGs into React components 🦁
react
svg
react-native
webpack
loader
webpack-loader
svgo
inline-svg
react-svg
react-svg-creator
svg2react
svg-to-react
svg-react
react-svg-loader
Tiny style-controlled SVG iconset (101 icons, 12kb)
-
Updated
Dec 17, 2019
A tiny, intuitive, robust, caching solution for injecting SVG files inline into the DOM.
-
Updated
Mar 10, 2020 - JavaScript
Angular component for inlining SVGs allowing them to be easily styled with CSS.
-
Updated
Apr 9, 2020 - TypeScript
Babel plugin to optimise and inline svg
-
Updated
Apr 5, 2020 - JavaScript
Angular 9 package for generating and using inline SVG icons in your project
-
Updated
Apr 27, 2020 - TypeScript
Inline url-encoded SVG with Sass. Optional variable string replacement included!
-
Updated
Oct 11, 2017 - Ruby
Material design icons by Google for Vue.js & Nuxt.js (server side support & inline svg with path)
-
Updated
Apr 23, 2020 - JavaScript
A grunt task which takes a html file, finds all the css, js links and images, and outputs a version with all the css, js and images (Base64) written inline.
-
Updated
May 13, 2020 - HTML
A jQuery plugin to replace <image> and <object> embed SVG inline.
-
Updated
Apr 29, 2019 - JavaScript
Sass eyeglass module for inlining SVG files.
svg
svg-icons
svg-sprites
inline-svg
eyeglass
eyeglass-inline-svg
eyeglass-inline-urlescape
svg-string
-
Updated
Oct 18, 2016 - JavaScript
Grav plugin that automatically embeds icons into generated web pages as inline SVGs.
-
Updated
Apr 28, 2020 - PHP
Choppel
commented
Jan 24, 2020
Hello,
the call to readFileSync in index.jsat line 37 fails because the options parameter needs to be set to {encoding: 'utf-8'} so the function returns a string. Otherwise it returns a buffer which is not compatible with input.replace in encoders.js at line 3.
Web Component to request an SVG file external and use inline.
-
Updated
Dec 26, 2019 - JavaScript
Generates Elm modules out of SVG files
-
Updated
May 8, 2020 - Elm
A twig helper function for inlining SVGs
-
Updated
Aug 11, 2019 - PHP
Sanity.io studio plugin to upload and display inline SVGs
-
Updated
Sep 27, 2019 - JavaScript
Drupal 8/9 - SVG Formatter provides support for using SVG images on your website
-
Updated
Apr 19, 2020 - PHP
This plugin load inline svg from folder in any html tag
-
Updated
Aug 2, 2016 - JavaScript
Demo: Use Inline SVG with fallback
-
Updated
Jan 31, 2018 - HTML
React Component for wrapper-less inline SVGs
-
Updated
Feb 26, 2018 - JavaScript
Use SVG files from Elm seamlessly
-
Updated
May 8, 2020 - Elm
Learn the fundamentals of working with inline SVG strokes to create some custom progress loaders and take these techniques and apply them to other areas of the web.
-
Updated
Apr 25, 2018 - CSS
-
Updated
Mar 29, 2019 - JavaScript
jQuery plug-in for inserting arrow icons for foldable list items, sections etc. as inline SVG with CSS support.
arrow
accordion
css-transitions
svg-icons
collapsible-sections
inline-svg
collapsible-tree
jquery-plug
-
Updated
Oct 7, 2018 - HTML
Create some great looking progressively enhanced custom checkboxes and radio button form elements using HTML, CSS and inline SVG.
-
Updated
Apr 18, 2018 - CSS
Import an SVG file and use it directly with Parcel.js and Vue 2.0
-
Updated
Mar 2, 2018 - JavaScript
Improve this page
Add a description, image, and links to the inline-svg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inline-svg topic, visit your repo's landing page and select "manage topics."


Hi there,
Just wanted to first say thanks for making this package as well as svg-inline-loader; they are both super awesome👍 👍
I think something that would be very helpful is another example or two in the documentation/README. I'm not super great with Webpack myself, so it took me a little bit to get things configured properly, even though it's actually pretty simple to get things going.