Skip to content

Commit bd5dc61

Browse files
simonhampclaude
andcommitted
Add Super Native docs section with beta note and identifier icon
Introduce a dedicated Super Native docs section (mobile v3), positioned after Concepts and before EDGE Components. Add a reusable Super Native icon component to flag Super Native features throughout the docs, and a beta note component for the top of Super Native pages. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 36af775 commit bd5dc61

5 files changed

Lines changed: 36 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="not-prose my-6 flex items-start gap-3 rounded-2xl border-l-4 border-snow-flurry-300 bg-gradient-to-tl from-transparent to-snow-flurry-50/70 px-5 py-4 text-mirage ring-1 ring-black/5 dark:border-snow-flurry-200 dark:from-slate-900/30 dark:to-snow-flurry-300/10 dark:text-snow-flurry-50" role="note">
2+
<x-icons.super-native class="mt-0.5 size-5 shrink-0 text-snow-flurry-300 dark:text-snow-flurry-200" />
3+
<div class="text-sm leading-relaxed">
4+
<p class="font-semibold">This is a Super Native feature &mdash; currently in beta</p>
5+
<p class="mt-1 text-mirage/80 dark:text-snow-flurry-50/80">{{ $slot->isEmpty() ? 'Super Native is still in beta, so its APIs and behaviour may change before a stable release.' : $slot }}</p>
6+
</div>
7+
</div>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<svg
2+
{{ $attributes->merge(['class' => 'lucide lucide-super-native']) }}
3+
xmlns="http://www.w3.org/2000/svg"
4+
width="24"
5+
height="24"
6+
viewBox="0 0 24 24"
7+
fill="none"
8+
stroke="currentColor"
9+
stroke-width="1.5"
10+
stroke-linecap="round"
11+
stroke-linejoin="round"
12+
>
13+
<path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"/>
14+
</svg>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: EDGE Components
3-
order: 30
3+
order: 50
44
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Super Native
3+
order: 45
4+
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Introduction
3+
order: 1
4+
---
5+
6+
<x-docs.super-native-beta />
7+
8+
## What is Super Native?
9+
10+
Documentation for Super Native is coming soon.

0 commit comments

Comments
 (0)