Skip to content

Commit

Permalink
docs(create-your-own-ui): fixed highlights in custom sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindra-dyte committed May 22, 2024
1 parent 5b169d6 commit f5e8496
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ To create a sidebar of your own, you need 2 things.
import CodeRunner from '@site/src/components/CodeRunner/CodeRunner';

<CodeRunner
hide={[{start:1, end: 5}, {start:97, end: 268}]}
highlight={[{start:6, end: 60}, {start:81, end: 91}]}
hide={[{start:1, end: 5}, {start:98, end: 268}]}
highlight={[{start:6, end: 64}, {start:85, end: 98}]}
file={`
import { DyteStage, DyteGrid, DyteNotifications, DyteSidebar, DyteControlbar, DyteParticipantsAudio, DyteDialogManager, DyteControlbarButton, DyteSidebarUi, defaultIconPack, defaultConfig, generateConfig } from '@dytesdk/react-ui-kit';
import { useDyteMeeting, useDyteSelector } from '@dytesdk/react-web-core';
Expand Down

0 comments on commit f5e8496

Please sign in to comment.