We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2941b1b commit b1175d8Copy full SHA for b1175d8
packages/website/src/pages/example/common-brush.tsx
@@ -43,6 +43,12 @@ const Page = () => {
43
<Slider brushConfigState={brushConfigState} max={1} field="flow">
44
Flow
45
</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>
52
<Slider brushConfigState={brushConfigState} max={3} field="spacing">
53
Spacing
54
0 commit comments