From the course: Building UI Components with Storybook: Master React Components and UI Design with Storybook for Better Efficiency

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Feature updates with complex component pages and screens in Storybook

Feature updates with complex component pages and screens in Storybook

This is a quick video on something I realized we're missing. We never completed adding these checkboxes to actually archive and delete these tasks when we don't want them. We've got the pin working, and we can see this in our default as well, we've got the pin working over here, we're pinning tasks up to the top. But where's our checkbox? Where's our checkbox to delete? So in all of our great haste and our great excitement to get Storybook working, we forgot to just visually display and activate what we started. So let's go into our task.jsx component and let's make a change to this feature and let's see how that change is going to then trickle into all of our storybook features, right? Since they all contain tasks at its most fundamental core, right? And we know that the feature archive works, right? Because when we click on archive in our task, we see that it gets nixed out. We know that it can work, but realize in default, I'm not seeing this check mark. All right, so let's fix…

Contents