Layout Recipes
Package: @tesserix/web
Import
import { LayoutRecipes } from '@tesserix/web'Source
- Component: Not found
- Story:
packages/web/src/components/layout-recipes/layout-recipes.stories.tsx - Test: Not found
Status
- Component implementation file: Missing
- Story file: Present
- Test file: Missing
Example
import { LayoutRecipes } from '@tesserix/web'
export function DemoLayoutRecipes() {
return <LayoutRecipes />
}