user profile updates

This commit is contained in:
yuriko 🦊 2025-07-26 15:06:05 -04:00
parent c7c621b086
commit ea140671bc
9 changed files with 78 additions and 27 deletions

View file

@ -6,6 +6,8 @@ use Livewire\Component;
class Icon extends Component
{
public string $family = 'classic';
public string $variant = 'light';
public string $name = 'paw-simple';
public string $label = '';
public string $style = '';