Skip to main contentSkip to navigation

Marquee component (coming soon)

Installation

Run the following command:

npx @hanzo/ui@latest add marquee

Usage

import { Marquee } from "@/registry/default/ui/marquee"

export default function Example() {
  return <Marquee />
}

Examples

Default

API

Documentation coming soon.

Features

  • Built with Radix UI and Tailwind CSS
  • Fully accessible and keyboard navigable
  • Customizable styling with CSS variables
  • TypeScript support

Notes

For more examples and advanced usage, see the examples.