diff --git a/resources/views/components/docs/super-native-beta.blade.php b/resources/views/components/docs/super-native-beta.blade.php new file mode 100644 index 00000000..d4a28f87 --- /dev/null +++ b/resources/views/components/docs/super-native-beta.blade.php @@ -0,0 +1,7 @@ +
This is a Super Native feature — currently in beta
+{{ $slot->isEmpty() ? 'Super Native is still in beta, so its APIs and behaviour may change before a stable release.' : $slot }}
+