[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

small fix relative time

Florian (Jul 26, 2025, 12:04 AM +0200) 34ebf9ab 0313e222

+5 -1
+5 -1
apps/docs/src/routes/(main)/components/time/relative-time/RelativeTime.md
··· 1 1 <script lang="ts"> 2 2 import Example from './Example.svelte'; 3 + import { Alert } from '@fuxui/base'; 3 4 </script> 4 5 5 - # Stopwatch 6 + # Relative Time 7 + 8 + <Alert type="info" title="This component is unstyled by default." variant="default"> 9 + </Alert> 6 10 7 11 ## Example 8 12