Skip to content

Y0KUDA/react-hlm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published