This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@temporg/ui-code-editor

99.10.0 • Public • Published

category: packages

ui-code-editor

npm  build-status  MIT License  Code of Conduct

A code editor component.

Components

The ui-code-editor package contains the following:

Installation

yarn add @temporg/ui-code-editor

Usage

import React from 'react'
import { CodeEditor } from '@temporg/ui-code-editor'

const MyCodeEditor = () => {
  return (
    <CodeEditor
      label='code editor'
      defaultValue='{"foo": "bar"}'
      language='javascript'
      readOnly
    />
  )
}

/@temporg/ui-code-editor/

    Package Sidebar

    Install

    npm i @temporg/ui-code-editor

    Weekly Downloads

    1

    Version

    99.10.0

    License

    MIT

    Unpacked Size

    51.9 kB

    Total Files

    16

    Last publish

    Collaborators

    • npm