Start your All-Access Pass to unlock this challenge
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?