An open API service indexing awesome lists of open source software.

https://github.com/joduplessis/flexvg

React component for using SVG images with customisable fill colours.
https://github.com/joduplessis/flexvg

rollup svg typescript

Last synced: 19 days ago
JSON representation

React component for using SVG images with customisable fill colours.

Awesome Lists containing this project

README

        

# FlexVG
## React component for using SVG images with customisable fill colours.

### Installation

Install the package via GitHub with `npm install https://github.com/joduplessis/FlexVG.git` or `yarn add https://github.com/joduplessis/FlexVG.git`.

### Usage

This example assumes ES6 usage.
```
import React, { Component } from 'react'
import { FlexVG } from 'flexvg';

...

```

### Here be dragons

New project, so limitations everywhere.