Expand description
Component testing utilities for tailwind-rs
Structs§
- TestApp
- A test application for component testing
- Test
Component - 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