idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

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

Desmos

This will show a Desmos graphing calculator with editable equations.

Input:

[Desmos equation:"y=x^2" /]

Output:

Props

  • apiKey string

    • Example: "dcb31709b452b1cf9dc26972add0fda6"
  • equation string

    • Example: "y=x^2"
  • id string

    • Example: "linear-equation"
  • height string

    • Example: "400px"
  • width string

    • Example: "100%"