199ocero / activity-timeline

Add timelines to custom pages or infolist entries effortlessly. Plus, it teams up smoothly with Spatie Activitylog for easy tracking.
https://filamentphp.com/plugins/jaocero-activity-timeline
MIT License
63 stars 16 forks source link

add support to pass any `extraAttributes` #14

Closed atmonshi closed 8 months ago

atmonshi commented 8 months ago

now we can add custom classes like

ActivitySection::make('activities')
    ->extraAttributes(['class'=>'my-new-class'])

this useful if I am overwriting the default classes and using the component in multiple area of my app