MCPcopy Create free account
hub / github.com/devnomic/marquee

github.com/devnomic/marquee @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
10 symbols 24 edges 16 files 0 documented · 0% updated 19mo ago★ 4925 open issues

Browse by type

Functions 9 Types & classes 1
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Marquee

🌬️

A beautiful marquee components for React.

NPM Version

Installation

npm install @devnomic/marquee

Import

import { Marquee } from "@devnomic/marquee";
import "@devnomic/marquee/dist/index.css";

or you can skip npm install, and just copy and paste the source code into your component ala shadcn ui (don't forget to also copy tailwind config if you do this).

Usage

This library has very few props and self explanatory, you can get it running in no time. See web example for more details.

<Marquee
  fade={true}
  direction="left"
  reverse={false}
  pauseOnHover={false}
  className="" // pass class to change gap or speed
  innerClassName="" // pass class to change gap or speed
>


Content 1




Content 2




Content 3




Content 4


</Marquee>

This lib made specifically for tailwind users, however you can use normal css class too, to override the gap by passing class.

License

Released under MIT by @devnomic.

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 9
Interface 1

Languages

TypeScript100%

Modules by API surface

example/src/components/TestimonialCard.tsx3 symbols
example/src/App.tsx3 symbols
src/lib/utils.ts1 symbols
src/index.tsx1 symbols
example/src/components/StarIcon.tsx1 symbols
example/src/components/GithubIcon.tsx1 symbols

For agents

$ claude mcp add marquee \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page