4 Commits

Author SHA1 Message Date
Cody Weaver
255f6e99b4
[ActionSheet] Update docs to include themers (#5209)
### Context
The docs for ActionSheet haven't been updated since the initial PR.
### The problem
There was no section for theming, color or typography theming.
### The fix
Add sections for both color and typography theming to the README.
2018-09-24 15:26:02 -04:00
Cody Weaver
99f8e4c27e
[ActionSheet] Update the docs (#5134)
Update docs to reflect that this is an alpha component.
2018-09-14 16:30:01 -04:00
Cody Weaver
f76df19f12
[ActionSheet] Add scrim accessibility properties. (#4919)
Before this commit the scrim doesn't have any of the properties needed for accessibility, this will add the functionality that will allow clients to set accessibility properties on the scrim.

Closes #4902
2018-08-29 14:11:52 -04:00
Cody Weaver
1f4b8e0789
[ActionSheet] Add Action sheet (#4830)
This PR adds the Action Sheet component for the iOS platform. In a later PR theming will be added and then an App Bar to support full screen.
2018-08-28 06:16:23 -04:00