Skip to content

ReactJS Component for SVG file loading by Ajax and DOM injection.

Notifications You must be signed in to change notification settings

weknowinc/react-svgloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-svgloader

This is a ReactJS Component for SVG file loading by Ajax and DOM injection. This component allow us to insert any SVG file specifying a path and adding a class name for css customization.

Example:

Please refer to the example file to see it working.

To run the example:

  1. Clone the repository
  2. Execute in console:
cd example
npm install
npm start

General Usage

As you will be able to see in example in order to use the component we need to importe it as:

import SvgLoader from 'react-svgloader';

Then, in the render method we can just call it like:

<SvgLoader src='/svg/logo.svg' className="App-logo svg-logo"/>

Installation

Install this component is easy, just use npm as:

npm install react-svgloader

About

ReactJS Component for SVG file loading by Ajax and DOM injection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published