Socket
Socket
Sign inDemoInstall

react-awesome-ticker

Package Overview
Dependencies
24
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-awesome-ticker

🐍 Smart Modern Lightweight Fully-Typed CSS React Ticker


Version published
Weekly downloads
110
decreased by-37.85%
Maintainers
1
Install size
35.9 kB
Created
Weekly downloads
 

Readme

Source

🐍 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

Keywords

FAQs

Last updated on 23 Jan 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc