Expand description
Component testing utilities for tailwind-rs
Structs§
- TestApp
- A test application for component testing
- TestComponent 
- A test component with metadata
Functions§
- create_test_ app 
- Create a test app with default configuration
- create_test_ app_ with_ config 
- Create a test app with custom configuration
- extract_classes 
- Extract CSS classes from a component
- extract_classes_ from_ html 
- Extract CSS classes from HTML string
- render_to_ string 
- Render a component to HTML string
- test_component_ classes 
- Test a component’s classes
- test_component_ custom_ properties 
- Test a component’s custom properties
- test_component_ html 
- Test a component’s HTML structure