JSPM

@crazygl/hero-aurora-plane

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 206
  • Score
    100M100P100Q76625F
  • License Apache-2.0

Aurora Plane — a pure-CSS animated aurora gradient hero. Zero canvas, zero JS animation cost.

Package Exports

  • @crazygl/hero-aurora-plane
  • @crazygl/hero-aurora-plane/metadata.json
  • @crazygl/hero-aurora-plane/style.css

Readme

Hero made by @ybouane.

Aurora Plane

@crazygl/hero-aurora-plane

A pure-CSS animated aurora hero. Cheap, calm, and responsive — a great default when CSS is enough.

Demo

Aurora Plane

Install

npm install @crazygl/hero-aurora-plane

Usage

import AuroraPlane from '@crazygl/hero-aurora-plane';

export default function Hero() {
  return (
    <AuroraPlane
      heading="Calm, by design."
      color1="#3be0c8"
      color2="#a67bff"
      color3="#ff6fb7"
      speed={0.45}
      intensity={1}
    />
  );
}

Customise

  • ContentcontentType (heading / two-columns / custom), heading, subheading, media, or custom node columns.
  • Stylecolor1 / color2 / color3 (the three band colours), backgroundColor, intensity (overall aurora brightness), speed (ribbon drift rate).
  • TypographyheadingFontFamily.

Best for

  • B2B SaaS, fintech and professional-services landing pages.
  • Documentation sites and dashboards that want atmosphere without theatrics.
  • Any hero where instant load and quiet motion behind serious copy matter more than spectacle.

This hero is part of CrazyGL, a collection of production-ready WebGL, canvas, 3D, and typography effects. Every CrazyGL hero ships with an agent-ready SKILL.md file that helps developers and coding agents adapt the effect into custom landing pages and interactive experiences.