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.
- Host: GitHub
- URL: https://github.com/joduplessis/flexvg
- Owner: joduplessis
- License: mit
- Created: 2018-02-24T16:42:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T06:55:55.000Z (over 7 years ago)
- Last Synced: 2024-12-26T00:23:06.440Z (5 months ago)
- Topics: rollup, svg, typescript
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.