0.0.17 • Published 11 months ago

@ezbiz/react-thirdparty v0.0.17

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
11 months ago

@ezbiz/thirdparty contains 2 components

  • Highlight
  • Monaco

To install

npm install @ezbiz/react-thridparty

Examples

// using Highlight
import {Highlight} from '@ezbiz/react-thirdparty'

export function Demo() {
  return <Highlight value={"console.log('x');"} language={"javascript"} theme={"atom-one-dark"}/>
}
// using MonacoEditor
import {MonacoEditor} from '@ezbiz/react-thirdparty'

export function Demo() {
  return <div style={{width: "400px", height: "400px"}}>
  <MonacoEditor value={"console.log('Hello world')"} language={"javascript"}/>
  </div>
}
0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.15

12 months ago

0.0.9

1 year ago

0.0.16

12 months ago

0.0.8

1 year ago

0.0.17

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago