mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
🎨 Add new Flux icons: implement multiple reusable icon components (e.g., hand-raised, hand-thumb-up, heart, hashtag, home) with variant support for improved UI consistency.
This commit is contained in:
13
resources/views/flux/chart/point.blade.php
Normal file
13
resources/views/flux/chart/point.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@blaze
|
||||
|
||||
@props([
|
||||
'field' => 'value',
|
||||
])
|
||||
|
||||
<template name="point" field="{{ $field }}">
|
||||
<circle {{ $attributes->class('[:where(&)]:text-zinc-800 dark:[:where(&)]:text-zinc-100 [:where(&)]:stroke-white dark:[:where(&)]:stroke-zinc-900')->merge([
|
||||
'r' => '4',
|
||||
'fill' => 'currentColor',
|
||||
'stroke-width' => '1',
|
||||
]) }}></circle>
|
||||
</template>
|
||||
Reference in New Issue
Block a user