Skip to content

Commit

Permalink
test page update
Browse files Browse the repository at this point in the history
  • Loading branch information
mzusin committed Sep 11, 2023
1 parent 478ba88 commit 79d7877
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
7 changes: 7 additions & 0 deletions src/example/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ import { useState } from 'react';
import { ISettingsPointer } from '../core/domain/settings-provider';

export const testCirclePathSegments = () => {
const [ pointers, setPointers ] = useState<ISettingsPointer[]>([
{ value: 0 },
]);

return (
<>
<RoundSlider
pathStartAngle={ 270 }
pathEndAngle={ 270 }
pointers={ pointers }
onChange={ setPointers }
textColor={ '#8993B7' }
/>

<RoundSlider />
Expand Down
Loading

0 comments on commit 79d7877

Please sign in to comment.