Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
Let's imagine we have a Twig Component that helps us render charts:
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent]
class Chart
{
// ...
}
How could we render this component in a Twig template?
Skip challenges and go to theNext Chapter