Skip to content
Get Started

Hosts // motion without Skins

Same vl-*. Your UI.

Import @velora/css/motion-core (optional transitions). Style with Tailwind or any host. Do not require .vl-card or Skins tokens for scenes to run.

Repo example: examples/tailwind-host/ (serve from repo root). Vite Showcase does not mount that folder.

<section vl-scene vl-timeline="view" vl-pin="3" vl-scrub>
  <div vl-stage class="min-h-svh grid place-items-center">
    <h1 vl-enter="clip-rise" vl-act="1">Host classes + Velora clock</h1>
  </div>
</section>