View Source PineUi (Pine UI v0.1.0)

Documentation for PineUi.

Summary

Functions

Text Animation Blow.

Text Animation Fade.

Tooltip.

Typing Effect.

Functions

Link to this function

text_animation_blow(assigns)

View Source

Text Animation Blow.

Examples

<PineUi.text_animation_blow text="Pines UI Library" />
Link to this function

text_animation_fade(assigns)

View Source

Text Animation Fade.

Examples

<PineUI.text_animation_fade text="Pines UI Library" />

Tooltip.

Examples

<PineUi.tooltip
  title="Hover Me"
  description="Tooltip text"
  class="px-3 py-1 text-xs rounded-full cursor-pointer text-neutral-500 bg-neutral-100"
/>

Typing Effect.

Examples

<PineUi.typing_effect
  text_list={Poison.encode!(["I'm here james", "All mightily push"])}
  class="item-center justify-center"
  text_class="text-2xl font-black leading-tight"
/>