src/Twig/Components/HeroBigButton.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\Twig\Components;
  3. use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
  4. #[AsTwigComponent('HeroBigButton')]
  5. class HeroBigButton
  6. {
  7. public string $colour = "primary";
  8. public string $text;
  9. public string $url;
  10. }