Socket
Book a DemoInstallSign in
Socket

@aristobyte-ui/anchor

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aristobyte-ui/anchor

A fully-typed, lightweight Anchor component for AristoByteUI with ripple effect support, multiple variants, and seamless integration with SCSS modules and design tokens.

latest
Source
npmnpm
Version
1.0.73
Version published
Maintainers
1
Created
Source

@aristobyte-ui/anchor

TypeScript TurboRepo ESLint License AristoByte UI Node.js >=20.17.0 Yarn >=1.22 NPM >=10.8

A fully-typed, ripple-enabled Anchor component for AristoByteUI with multiple variants and seamless integration with SCSS modules and design tokens.

📦 Installation

# Install via Yarn
yarn add -D @aristobyte-ui/anchor

# Or via npm
npm install -D @aristobyte-ui/anchor

# Or via pnpm
pnpm add -D @aristobyte-ui/anchor

🛠 Usage

import { Anchor } from "@aristobyte-ui/anchor";

<Anchor href="https://aristobyte.com" variant="primary">
  Visit AristoByte
</Anchor>;

📂 Presets Available Variants: default | primary | secondary

Ripple effect automatically applied on click

🔧 Example in a Package

<Anchor href="/docs" variant="secondary">
  Documentation
</Anchor>

📊 Why This Matters

  • Performance-first: Lightweight CSS ensures fast rendering and smooth transitions.
  • Fully typed: TypeScript-first API ensures predictable usage and IDE autocomplete.
  • AristoByteUI ready: Seamlessly integrates with design tokens and SCSS modules.
  • Flexible: Supports multiple variants and ripple-enabled interactive feedback.

🏆 Philosophy

  • Modular architecture: Anchor component is fully composable.
  • Declarative styling: SCSS modules keep styles maintainable and scoped.
  • Strict typing & runtime flexibility: Props fully typed while allowing runtime overrides.
  • Developer experience optimized: Easy to use with predictable behavior and minimal boilerplate.

📜 License

MIT © AristoByte

🛡 Shields Showcase

Keywords

aristobyte

FAQs

Package last updated on 12 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts