V1 package

prop-driven, no css styles to import

dependencies: motion, clsx, tailwind-merge

peer deps: react, react-dom

package structure:

packages/blox-ui/src/
├── index.ts
├── lib/utils.ts              # only for TextHighlight + AnimatedBorder
└── components/
    ├── text-scramble.tsx
    ├── highlight-text.tsx
    ├── animated-border.tsx
    ├── highlight-action.tsx
    └── animated-title.tsx

Package details

Name @sahmed2528/blox-ui
Version 0.1.0
npm page https://www.npmjs.com/package/@sahmed2528/blox-ui

Install & use

npm install @sahmed2528/blox-ui

"use client";

import {
  TextScramble,
  TextHighlight,
  AnimatedBorder,
  HighlightAction,
  AnimatedTitle,
} from "@sahmed2528/blox-ui";

What was updated in the repo