NexoreUI
InstallationComponentsNexore MakeGitHub
GitHub
NexoreUIv0.1.2

Getting Started

Installation

Components

ButtonInputCardBadgeAlertAvatarAccordionModal / DialogTooltipTabsProgressSkeletonSliderSwitchRatingCommandTableStepperScroll AreaFile UploadNavigationIconsDock

Pro

ChartsData DisplayDark Mode ToolkitCommerceCookie ConsentSocialPremium EffectsLoaders

Animated

MarqueeNumber TickerAnimated NumberTyping AnimationBlur FadeBox RevealFile Preview CardImage Compare
MIT License
DocsAnimated Number

Animated Number

Smooth number transition animations.

Next ComponentTyping Animation

Animated Number

Smoothly animates a numeric value whenever it changes, using Framer Motion springs.

Interactive Playground

AnimatedNumber Playground
nexoreui
Live Preview
450
Props Panel
number

Target number value to animate to

Generated Code
Open in GitHub
import { AnimatedNumber } from "nexoreui"

<AnimatedNumber />

Interactive Counter

100
component.tsx

Currency Formatting

$12,450.75
component.tsx

Percentage Value

87.4%
component.tsx

Temperature Reading

36.6°C
component.tsx

Large Integer Display

999,999
component.tsx

API Reference

PropertyTypeDefaultDescription
valuenumber-The numeric target value. Changing this triggers transition.
durationnumber-Optional duration config (translated to spring dynamics).
formatFn(value: number) => stringMath.round(v).toLocaleString()Formatting function for rendering the numeric value to string.