Skip to content

Commit b1175d8

Browse files
committed
1 parent 2941b1b commit b1175d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/website/src/pages/example/common-brush.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ const Page = () => {
4343
<Slider brushConfigState={brushConfigState} max={1} field="flow">
4444
Flow
4545
</Slider>
46+
<Checkbox brushConfigState={brushConfigState} field="rotateToTangent">
47+
Rotate To Tangent
48+
</Checkbox>
49+
<Slider brushConfigState={brushConfigState} max={Math.PI * 2} field="angle">
50+
Angle
51+
</Slider>
4652
<Slider brushConfigState={brushConfigState} max={3} field="spacing">
4753
Spacing
4854
</Slider>

0 commit comments

Comments
 (0)