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