neosrulez/inlinesvg

There is no license information available for the latest version (0.1.2) of this package.

A Neos CMS nodetype to output svg inline.

Installs: 8 206

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-package

pkg:composer/neosrulez/inlinesvg

0.1.2 2021-03-02 15:24 UTC

This package is not auto-updated.

Last update: 2025-10-23 08:53:16 UTC


README

A package for Neos CMS which render svg's inline.

Installation

The NeosRulez.InlineSVG package is listed on packagist (https://packagist.org/packages/neosrulez/inlinesvg) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/inlinesvg

Usage as component in fusion

<NeosRulez.InlineSVG:Component.SVGTag 
   image={asset} 
   identifier="yourUniqueIdentifier" 
   width="500" />

Author