We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05eeff3 commit c5336c9Copy full SHA for c5336c9
.changeset/mighty-berries-poke.md
@@ -0,0 +1,5 @@
1
+---
2
+"@devup-ui/react": patch
3
4
+
5
+Add writingMode, textOrientation
packages/react/src/types/props/ui.ts
@@ -19,4 +19,6 @@ export interface DevupUiUiProps {
19
resize?: ResponsiveValue<Property.Resize>
20
userSelect?: ResponsiveValue<Property.UserSelect>
21
willChange?: ResponsiveValue<Property.WillChange>
22
+ writingMode?: ResponsiveValue<Property.WritingMode>
23
+ textOrientation?: ResponsiveValue<Property.TextOrientation>
24
}
0 commit comments