<p><a href="/podcast/11-mark-conroy">I recently spoke with Mark Conroy</a>, Director of Development at Annertech, on the Beyond Blocks podcast.
We discussed building something useful in a day and building design systems with web components.</p>
<p>Inspired by that conversation, I spent this afternoon experimenting with web components and seeing how I could use them within a design system we're building, as I think they can solve a particular need we have.</p>
<p>Following that, I thought I'd see how I could build my own design system and decided to do it with Symfony and see what I could achieve within a few hours.</p>
<p>It was a great opportunity to take Symfony 7 for a spin and explore and test some things that <a href="/podcast/10-ryan-weaver-symfonycasts">Ryan Weaver and I discussed in our episode</a>, such as Symfony UX and Twig components.</p>
<p>Each component is a Twig component with its own PHP class and Twig template, which is rendered when I visit its URL, and I can use the HTML-like <code><twig:Logo /></code> syntax to include child components.</p>
<p>You can <a href="https://github.com/opdavies/symfony-design-system">view the code on GitHub</a>, and it may be something I use and work on in the future.</p>
We discussed building something useful in a day and building design systems with web components.</p>
<p>Inspired by that conversation, I spent this afternoon experimenting with web components and seeing how I could use them within a design system we're building, as I think they can solve a particular need we have.</p>
<p>Following that, I thought I'd see how I could build my own design system and decided to do it with Symfony and see what I could achieve within a few hours.</p>
<p>It was a great opportunity to take Symfony 7 for a spin and explore and test some things that <a href="/podcast/10-ryan-weaver-symfonycasts">Ryan Weaver and I discussed in our episode</a>, such as Symfony UX and Twig components.</p>
<p>Each component is a Twig component with its own PHP class and Twig template, which is rendered when I visit its URL, and I can use the HTML-like <code><twig:Logo /></code> syntax to include child components.</p>
<p>You can <a href="https://github.com/opdavies/symfony-design-system">view the code on GitHub</a>, and it may be something I use and work on in the future.</p>