Components
Ace Security
Security features section with trust badges and compliance highlights
Ace Security
Security features section with trust badges and compliance highlights.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-securityUsage
import { Security } from "@/components/vandoko/ace-security";
export default function Page() {
return <Security />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
6 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
heading | string | — | - |
description | string | — | - |
ctaText | string | — | - |
ctaHref | string | — | - |
badges | AceSecurityBadge[] | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/security |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction