Terminals

Simple, themed terminals with tabs.

Usage

import { Terminal } from
  "https://cdn.motif.land/motifterminals@0.0.5"

<Terminal content={{
    Raw: {
      command: <>echo "Hi"</>,
      response: <>Hi</>
    },
    JS: ...,
    ["ES Module"]: ...
  }} />
Raw
JS
ES Module
curl https://api.motif.land/v1/projects/eAsdh98e432 \
  -H "Authorization: Bearer test_230ijn3di023e03ik"

# Welcome to my blog

<Gallery />

import { Gallery } from "@components/gallery"