Support box-shadow
See original GitHub issueSome style features will require editing the Sx prop typescript object, as well as the css
file for react native.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:22 (22 by maintainers)
Top Results From Across the Web
CSS3 Box-shadow | Can I use... Support tables for ... - CanIUse
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers. ... CSS3 Box-shadow....
Read more >box-shadow - CSS: Cascading Style Sheets - MDN Web Docs
The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is ......
Read more >box-shadow - CSS-Tricks
The box-shadow property in CSS is for putting shadows on elements (sometimes referred to as "drop shadows", ala Photoshop/Figma).
Read more >CSS box-shadow property - W3Schools
The box-shadow property attaches one or more shadows to an element. ... in the table specify the first browser version that fully supports...
Read more >Browser Compatibility Testing of CSS3 Box-shadow
BROWSER SUPPORT FOR CSS3 Box-shadow · Google Chrome · Mozilla Firefox · Internet Explorer · Safari · Microsoft Edge · Opera.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Dripsy
v3
comes with fantastic support for box shadow and text shadow. You can see more at #124.It comes with a new
theme.textShadows
field, which is typed for RN.theme.shadows
is also now typed with RN types. Thesx
prop accepts alltextShadow*
andshadow*
props.And, you can also pass values from your theme directly to
textShadow
orboxShadow
insx
. It will pull these values from yourtheme
, with intellisense!Yeah, I’d stick to using a native view when calling
createThemedComponent
for now. #33 is a high priority issue in my mind, but I haven’t been able to figure it out quite yet. Any help on that would be amazing, since it’s also blocking the pragma and other useful features.I’ll be putting out some release notes later when I publish the major changes from
fresnel-2
.