0.0.0-canary-20250425150928 • Published 12 months ago

@neo4j-cypher/react-codemirror v0.0.0-canary-20250425150928

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

React Codemirror

This package can be built with npm run build and then published to npm with npm publish.

Usage

npm install @neo4j-cypher/reactcodemirror

import { useState } from 'react';

import { CypherEditor } from '@neo4j-cypher/react-codemirror@next';

export function CodeEditor() {
  const [value, setValue] = useState('');
  // can be used to access underlying codemirror state or call for example `focus`
  const editorRef = useRef<CypherEditor>(null);

  return <CypherEditor value={value} onChange={setValue} ref={editorRef} />;
}

For a full example, see the react-codemirror-playground.

Usage without react

Currently we only support using the codemirror editor via the react wrapper, but we plan to release the codemirror extensions separately as well.

Completion Icons

We use unmodified copies of Visual Studio Code Icons from microsofts repository here licensed under creative commons.

2.0.0-next.20

1 year ago

2.0.0-next.21

1 year ago

2.0.0-next.22

1 year ago

2.0.0-next.23

12 months ago

2.0.0-next.24

11 months ago

2.0.0-next.15

1 year ago

2.0.0-next.16

1 year ago

2.0.0-next.17

1 year ago

2.0.0-next.18

1 year ago

2.0.0-next.19

1 year ago

2.0.0-next.13

1 year ago

2.0.0-next.14

1 year ago

2.0.0-next.12

1 year ago

2.0.0-next.11

2 years ago

2.0.0-next.10

2 years ago

2.0.0-next.9

2 years ago

2.0.0-next.8

2 years ago

2.0.0-next.7

2 years ago

1.0.4

2 years ago

2.0.0-next.6

2 years ago

2.0.0-next.5

2 years ago

2.0.0-next.4

2 years ago

2.0.0-alpha.0

3 years ago

2.0.0-next.2

2 years ago

2.0.0-next.3

2 years ago

2.0.0-next.0

2 years ago

2.0.0-next.1

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-next.22

3 years ago

1.0.0-next.21

3 years ago

1.0.0-next.25

3 years ago

1.0.0-next.24

3 years ago

1.0.0-next.23

3 years ago

1.0.0-next.19

3 years ago

1.0.0-next.18

3 years ago

1.0.0-next.17

3 years ago

1.0.0-next.16

3 years ago

1.0.0-next.2

3 years ago

1.0.0-next.11

3 years ago

1.0.0-next.10

3 years ago

1.0.0-next.20

3 years ago

1.0.0-next.15

3 years ago

1.0.0-next.14

3 years ago

1.0.0-next.13

3 years ago

1.0.0-next.12

3 years ago

1.0.0-next.3

3 years ago

1.0.0-next.4

3 years ago

1.0.0-next.5

3 years ago

1.0.0-next.6

3 years ago

1.0.0-next.7

3 years ago

1.0.0-next.8

3 years ago

1.0.0-next.9

3 years ago

1.0.0-next.1

3 years ago

1.0.0-next.0

3 years ago