Component Playground
Package: @tesserix/web
Import
import { ComponentPlayground } from '@tesserix/web'Source
- Component:
packages/web/src/components/component-playground/component-playground.tsx - Story:
packages/web/src/components/component-playground/component-playground.stories.tsx - Test:
packages/web/src/components/component-playground/component-playground.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { ComponentPlayground } from '@tesserix/web'
export function DemoComponentPlayground() {
return <ComponentPlayground />
}