1. 23
    Configure Tailwind for your Storybook Setup in an Nx Workspace
    4m 24s

Configure Tailwind for your Storybook Setup in an Nx Workspace

Share this video with your friends

Send Tweet

We want to have a library where to host our UI components s.t. they can be easily shared within our Nx workspace. In many cases a Nx workspace starts like this, and then over time we add new applications, either because new projects start or even because we split up existing projects into multiple ones for a better scalability. Furthermore, having a shared UI library is a common scenario especially in larger real-world applications to encapsulate the corporate design components

In this lesson, we look into how to configure our Nx React Storybook setup to work with Tailwind CSS.

Prefer to read along as well? Here's the accompanying article.