
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@ar-dacity/ardacity-landing-page-one
Advanced tools
Landing page component using ArDacity UI components
A beautiful landing page component that showcases all ArDacity UI components together with Arweave wallet integration.
npm install @ar-dacity/ardacity-landing-page-one
This package requires other ArDacity components. Install them as well:
npm install @ar-dacity/ardacity-text-pressure @ar-dacity/ardacity-scroll-reveal @ar-dacity/ardacity-pixel-transition @ar-dacity/ardacity-splash-cursor @ar-dacity/ardacity-hyperspeed @ar-dacity/ardacity-aurora @permaweb/aoconnect
After installation, the component will be automatically added to your project's components directory.
import { LandingPageOne } from './components/ArDacityUi/LandingPageOne';
function App() {
return <LandingPageOne />;
}
You can customize various aspects of the landing page:
<LandingPageOne
title="My Awesome Project"
subtitleLines={[
"A revolutionary new project",
"Built on Arweave"
]}
description="This is my amazing project that uses all the ArDacity UI components to create a stunning user experience."
auroraColorStops={["#FF5733", "#33FF57", "#3357FF"]}
pixelTransitionImgUrl="https://example.com/my-image.jpg"
pixelTransitionText="My Custom Text"
/>
Prop | Type | Default | Description |
---|---|---|---|
title | string | "ArDacity UI" | Title displayed in the header |
subtitleLines | string[] | ["A collection of UI components...", "Making Frontend..."] | Array of subtitle lines displayed below the main title |
description | string | "ArDacity UI is a collection..." | Main description text shown in the ScrollReveal section |
auroraColorStops | string[] | ["#3A29FF", "#FF94B4", "#FF3232"] | Color stops for the Aurora effect |
pixelTransitionImgUrl | string | "https://images.unsplash.com/..." | URL for the image used in PixelTransition components |
pixelTransitionText | string | "Making for AO, On AO" | Text displayed in the second state of PixelTransition components |
This component requires:
MIT
FAQs
Landing page component using ArDacity UI components
The npm package @ar-dacity/ardacity-landing-page-one receives a total of 1 weekly downloads. As such, @ar-dacity/ardacity-landing-page-one popularity was classified as not popular.
We found that @ar-dacity/ardacity-landing-page-one demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.