Virtually all components have a variant option, which by default can be one of nine options:
Variants can be customised in the configuration file, which you can publish with:
php artisan vendor:publish --tag=view-components-config
This will put the file "./config/view-components.php" into your app.
From there, variants can be added (including custom variants) or added as per your use cases.