-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(textProps): adding ability to spread TextProps to help with acce…
…ssibility (#62) * feat(textProps): adding ability to spread TextProps to help with accessibility * feat(textProps): adding ability to spread TextProps to help with accessibility * fix(ci): lint * fix(ci): lint * fix(textProps): adding textProps vs extending * fix(textProps): adding textProps vs extending * chore(docs): update docs with a simple example to override textProps * chore(textProps): cleanup spreading textProps.style * chore(docs): update docs
- Loading branch information
1 parent
2d42ca6
commit f3b9ec8
Showing
4 changed files
with
88 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@marceloterreiro/flash-calendar": minor | ||
--- | ||
|
||
Add the ability to pass TextProps to the <Text> fields especially when supporting accessibility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters