Skip to content

Commit

Permalink
docs: describe new prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov authored Jan 15, 2024
1 parent b6a447d commit 318d96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ LANDING_BLOCK-->
| :--------- | :------------------------------------------------------ | :--------------------------------------: | :--------: |
| children | Text content | `React.ReactNode` | |
| className | HTML `class` attribute | `string` | |
| id | HTML `id` attribute | `string` | |
| as | Ability to override default html tag | `React.ElementType<any>` | |
| style | HTML `style` attribute | `React.CSSProperties` | |
| variant | Font of the text | `string` | `"body-1"` |
Expand Down

0 comments on commit 318d96c

Please sign in to comment.