idyll-langidyll
DocsExamplesEditor

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • Options and styles
  • Advanced configuration

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

SVG

This component will display an SVG file inline using https://github.com/matthewwithanm/react-inlinesvg. This makes it easy to style the SVG with css, as opposed to displaying the svg inside of an image tag.

[SVG src:"path/to/file.svg" /]