New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webmotors-svg

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmotors-svg

Component Webmotors SVG

1.0.28
latest
npm
Version published
Weekly downloads
15
275%
Maintainers
1
Weekly downloads
 
Created
Source

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

npm i webmotors-svg

Usando o Componente

import SVG from 'webmotors-svg';

...

<SVG
    className="example__class"
    src="/url/path/file.svg"
/>

Props do componente

className (string)

Classe que renderizará na tag svg

src (string)

Caminho da URL, do arquivo svg no servidor

Keywords

webmotors

FAQs

Package last updated on 25 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts