Zinq zinq

Layouts just landed! Build Apps Faster

Posted on: January 15, 2025 by Matt

^0.8.0

# Introducing the First Zinq Template: Application Starter

We’re excited to announce the launch of our first Zinq template! Designed with web applications and SaaS products in mind, this layout is the perfect starting point for your next project.

The template works seamlessly with Zinq components—just publish the provided layout and use it in your view file. From there, you can leverage Zinq components to build your app’s content.

View Application Layout →

Start building faster with Zinq today and bring your web applications to life.

# The zinq:tab now can be used as a link

Alongside this release, we’ve added a new feature to the zinq:tab component. While it still works as a tab-switching mechanism by default, you can now use it as a link by providing an href attribute. This allows you to navigate to a specified URL directly. It’s a small addition that makes the component even more versatile for your projects.

 
<zinq:tabs>
    <zinq:tabs.nav>
        <zinq:tab href="https://zinq.dev/docs">Docs</zinq:tab>
        <zinq:tab>Demo</zinq:tab>
    </zinq:tabs.nav>
    ....
</zinq:tabs>

Newsletter

Join other developers and never miss out on new tips, tutorials and Zinq updates!