MCPcopy Index your code
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%
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

TestimonialProps (Interface)
(no doc)
example/src/components/TestimonialCard.tsx

Core symbols most depended-on inside this repo

cn
called by 2
src/lib/utils.ts
Logo
called by 0
example/src/App.tsx
ReactCodeBlock
called by 0
example/src/App.tsx
App
called by 0
example/src/App.tsx
SvgComponent
called by 0
example/src/components/StarIcon.tsx
SvgComponent
called by 0
example/src/components/GithubIcon.tsx
FiveStars
called by 0
example/src/components/TestimonialCard.tsx
TestimonialCard
called by 0
example/src/components/TestimonialCard.tsx

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