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

0.1.0 • Public • Published


react-hlm is a react component provides features like the banner.

Demo

https://y0kuda.github.io/react-hlm/index.html
source code : https://github.com/Y0KUDA/react-hlm/blob/master/demo/src/index.tsx

Components

  • HLM.Banner
  • HLM.Text
  • HLM.PopText
  • Banner (same with HLM.Banner)
  • Text (same with HLM.Text)
  • PopText (same with HLM.PopText)

Parameters

HLM.Banner

interface BannerProps{
  text?:string,
  rotationSpeed?:number,
  springSpeed?:number,
  distanceMax?:number,
  distanceMin?:number,
  layers?:number,
  waveSpeed?:number,
  colorSpeed?:number,
  style?:any,
  spring?:"none"|"normal"|"pop",
}

HLM.Text

interface TextProps{
  text?:string,
  springSpeed?:number,
  distanceMax?:number,
  distanceMin?:number,
  colorSpeed?:number,
  style?:any
}

HLM.PopText

interface PopTextProps{
  text?:string,
  springSpeed?:number,
  distanceMax?:number,
  distanceMin?:number,
  colorSpeed?:number,
  layers?:number,
  style?:any
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-hlm

Weekly Downloads

0

Version

0.1.0

License

WTFPL

Unpacked Size

25.3 kB

Total Files

6

Last publish

Collaborators

  • yokuda