-
-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
I am trying to add zebraStripes on my codemirror and my goal here is to add zebraStripes to the line of code where the className = 'text-wrapper' but tehe feature isnt working. Can anyone help
Following is the code:
<CodeMirror
value={jsonData}
height="90vh"
theme="dark"
extensions={[langs.jsx(), zebraStripes({
className: "text-wrapper"
}),]}
onDoubleClick={(event, value) => {
handleDoubleClick(event, value);
}}
onChange={(value) => {
handleOnJsChange(value);
}}
/>
Screenshot:

Metadata
Metadata
Assignees
Labels
No labels