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
DocsBlur Fade

Blur Fade

Blur and fade entrance animations.

Next ComponentBox Reveal

Blur Fade

Animates children with a smooth spring blur and fade transition as they enter viewport.

Interactive Playground

BlurFade Playground
nexoreui
Live Preview
Animate Me!
Props Panel
number

Animation delay in seconds

number

Animation duration in seconds

number

Y-axis offset translation at start

text

Starting CSS blur filter amount

boolean

Trigger the viewport animation only once

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

<BlurFade />

Default Blur Fade

Hello Beautiful World

component.tsx

Slow Motion Entrance

Slow Smooth Entry
component.tsx

Large Offset Animation

High Rise Entrance (yOffset = 40)
component.tsx

Heavy Starting Blur

Heavy Starting Blur (blur = 16px)
component.tsx

Staggered Card Grid

Box 1
Box 2
Box 3
Box 4
Box 5
Box 6
component.tsx

API Reference

PropertyTypeDefaultDescription
childrenReactNode-The elements to animate.
delaynumber0Time delay before trigger starts (in seconds).
durationnumber0.4Time duration of transition (in seconds).
yOffsetnumber6Distance in pixels the element translates from on Y-axis.
blurstring"4px"Starting CSS blur amount (e.g. "8px").
inViewbooleantrueWhether to trigger animation when the element is visible on screen.
oncebooleantrueTrigger the transition once only upon viewport entry.
marginstring"-50px"Intersection Observer offset threshold margin.