> ## Documentation Index
> Fetch the complete documentation index at: https://www.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Live Demos

export const DynamicDemosLink = () => <section className="dynamic-demos-link not-prose" aria-labelledby="dynamic-demos-link-heading">
    <div className="ddl-glow" aria-hidden="true" />
    <div className="ddl-content">
      <span className="ddl-icon" aria-hidden="true">
        <svg viewBox="0 0 24 24" fill="none">
          <path d="M8 5v14l11-7L8 5Z" stroke="currentColor" strokeWidth="1.75" strokeLinejoin="round" />
        </svg>
      </span>
      <h2 id="dynamic-demos-link-heading" className="ddl-title">
        Try live demo apps
      </h2>
      <a className="ddl-button" href="https://www.dynamic.dev/" target="_blank" rel="noopener noreferrer">
        Open dynamic.dev
        <svg className="ddl-button-icon" viewBox="0 0 24 24" fill="none" aria-hidden="true">
          <path d="M7 17 17 7M17 7H9M17 7v8" stroke="currentColor" strokeWidth="1.75" strokeLinecap="round" strokeLinejoin="round" />
        </svg>
      </a>
    </div>
  </section>;

<DynamicDemosLink />
