Tutorials
Tutorials are learning-oriented guides that take you through a series of steps to complete a project. They're designed to help beginners get started with Holt.
Available Tutorials
Your First Storybook
Build a component storybook from scratch using Holt Book. You'll learn how to:
- Set up Holt Book in a Leptos project
- Create components with behavior/presentation separation
- Write stories to showcase component variants
- Run the development server
Snapshot Testing
Set up snapshot tests for your components. You'll learn how to:
- Install prerequisites (geckodriver, Firefox)
- Create baseline screenshots
- Review and accept changes
- Commit baselines to version control