codeq/link
composer require codeq/link
Link helper for Neos - with Atomic.Fusion & Monocle in mind
v0.0.1
Readme excerpt
CodeQ.Link The Neos link helper with Atomic.Fusion & Monocle in mind
Here's the most basic usage, which separates your Monocle presentational components from your integration. By providing a transfer object, you can keep your presentational components clean without cluttering your props.
prototype(YOUR.Site:Presentation.Atom.Link) < prototype(Neos.Fusion:Component) { @styleguide { title = 'My Link' props { link = CodeQ.Link:Link { link = 'https://github.com/code-q-web-factory/neos-link' label = 'CodeQ.Link is awesome' } } } link = CodeQ.Link:Link renderer = afx` &…Read more
The same vendor provides 32 package(s).