react-awesome-ticker
TypeScript icon, indicating that this package has built-in type declarations

1.1.0-canary.7Β β€’Β PublicΒ β€’Β Published

🐍 Lightweight Ticker Component for React

Add a running marquee line to your website with a magic of native CSS animations

npm (scoped) Bundle Size type definition License: MIT

⭐ Uses native css animations

πŸ¦„ Written in TypeScript

πŸ₯Έ Highly customizable

🦚 Supports multiple modes and directions

Install

yarn add react-awesome-ticker styled-components react-resize-detector

or

npm install --save react-awesome-ticker styled-components react-resize-detector

Usage

import Ticker from 'react-awesome-ticker';

const MyTicker = () => (
  <Ticker>
    <h3>It's</h3>
    <h3>as</h3>
    <h3>simple</h3>
    <h3>as</h3>
    <h3>that!</h3>
    <h3>πŸ™‚</h3>
  </Ticker>
)

This Package is Pure ESM

It cannot be require()'d from CommonJS.
More info here.

TypeScript

The module is written in TypeScript and type definitions are included.

Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

LICENSE

MIT

Package Sidebar

Install

npm i react-awesome-ticker

Weekly Downloads

57

Version

1.1.0-canary.7

License

MIT

Unpacked Size

36.8 kB

Total Files

10

Last publish

Collaborators

  • snelsi