Skip to Content
Web ComponentsInline Editable

Inline Editable

Package: @tesserix/web

Import

import { InlineEditable } from '@tesserix/web'

Source

  • Component: packages/web/src/components/inline-editable/inline-editable.tsx
  • Story: packages/web/src/components/inline-editable/inline-editable.stories.tsx
  • Test: Not found

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Missing

Example

import { InlineEditable } from '@tesserix/web' export function DemoInlineEditable() { return <InlineEditable /> }