# webmotors-svg

> Component Webmotors SVG

Latest version **1.0.28** (published 2019-07-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install webmotors-svg
pnpm add webmotors-svg
yarn add webmotors-svg
bun add webmotors-svg
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.28 |
| Published | 2019-07-25 |
| First published | 2019-04-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 10.2 KB |
| Known vulnerabilities | 0 (+24 in 1 direct dependencies) |
| Install scripts | no |
| Author | @webmotors |
| Maintainers | figuarnieri |
| Keywords | webmotors |

## Links

- npm: https://www.npmjs.com/package/webmotors-svg
- npm.io page: https://npm.io/package/webmotors-svg

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^0.18.0
- [react](https://npm.io/package/react.md) ^16.4.2

## Recent versions

- 1.0.28 (latest) — 2019-07-25
- 1.0.27 — 2019-07-25
- 1.0.26 — 2019-07-23
- 1.0.25 — 2019-06-03
- 1.0.24 — 2019-06-03
- 1.0.23 — 2019-06-03
- 1.0.22 — 2019-06-03
- 1.0.21 — 2019-05-28
- 1.0.20 — 2019-05-10
- 1.0.19 — 2019-05-10
- 1.0.18 — 2019-05-10
- 1.0.17 — 2019-05-10
- 1.0.16 — 2019-04-23
- 1.0.15 — 2019-04-10
- 1.0.14 — 2019-04-10
- … 14 more at https://npm.io/package/webmotors-svg/versions

## README

# Webmotors SVG Component
SVG Component foi desenvolvido para renderizar o svg inline no HTML, facilitando ainda mais a edição do svg com propriedades CSS.

## Dependências
- React

- Axios

## Instalando componente
> Instale o componente `webmotors-svg`

```bash
npm i webmotors-svg
```

## Usando o Componente <SVG>

```jsx
import SVG from 'webmotors-svg';

...

<SVG
    className="example__class"
    src="/url/path/file.svg"
/>
```

## Props do componente <SVG>

### className (string)
> Classe que renderizará na tag svg

### src (string)
> Caminho da URL, do arquivo svg no servidor

---
_Source: https://npm.io/package/webmotors-svg · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
