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 1ddbcb3 commit 0da9456Copy full SHA for 0da9456
.changeset/empty-students-marry.md
@@ -0,0 +1,5 @@
1
+---
2
+"@devup-ui/react": patch
3
4
+
5
+Add content to style props
packages/react/src/types/props/text.ts
@@ -32,4 +32,6 @@ export interface DevupUiTextProps {
32
textTransform?: ResponsiveValue<Property.TextTransform>
33
whiteSpace?: ResponsiveValue<Property.WhiteSpace>
34
wordSpacing?: ResponsiveValue<Property.WordSpacing>
35
36
+ content?: ResponsiveValue<Property.Content>
37
}
0 commit comments