Skclusive.Material.Component icon indicating copy to clipboard operation
Skclusive.Material.Component copied to clipboard

Hidden - add parameter Wrap

Open skclusive opened this issue 4 years ago • 0 comments

Currently <Hidden /> component exposes the media query class via context.Class

ex:

<Hidden SmallUp>
   <Paper Class="@context.Class">content here</Paper/>
</Hidden>

we could add new parameter named Wrap which could wrap the content inside div and style with hidden class.

ex:

<Hidden SmallUp Wrap>
   <Paper>content here</Paper/>
</Hidden>

would wrap the <Paper /> inside a <div />

#21 for details.

skclusive avatar Apr 14 '20 14:04 skclusive