Feedback
CLI
To generate a specific style for customization:
dart run forui style create alertsUsage
FAlert(...)
1FAlert(2 style: .context(),3 clipBehavior: .none,4 liveRegion: true,5 icon: Icon(FLucideIcons.circleAlert),6 title: Text('Alert Title'),7 subtitle: Text('Alert subtitle with more details'),8)