File tree Expand file tree Collapse file tree
examples/Demo/Shared/Pages/Card/Examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <FluentCard Width = " 400px " Height = " 400px " >
2- <p >Just some content in a card (with a button that does not do anything).</ p >
3- < FluentButton Appearance = " Appearance.Accent " >Hello</ FluentButton >
4- </ FluentCard >
5-
6-
7-
8- <FluentCard >
9- <p >Just some content in a card (with a button that does not do anything).</p >
10-
11- < FluentButton Appearance = " Appearance.Accent " >Hello</ FluentButton >
12- <p >No Width or Height has been specified.</ p >
13- </FluentCard >
1+ <div >
2+ <FluentCard Width = " 400px " Height = " 400px " >
3+ < p >Just some content in a card (with a button that does not do anything).</ p >
4+ < FluentButton Appearance = " Appearance.Accent " >Hello</ FluentButton >
5+ </ FluentCard >
6+ </ div >
7+ < div >
8+ <FluentCard >
9+ <p >Just some content in a card (with a button that does not do anything).</p >
10+ < FluentButton Appearance = " Appearance.Accent " >Hello</ FluentButton >
11+ < p >No Width or Height has been specified.</ p >
12+ </ FluentCard >
13+ </div >
You can’t perform that action at this time.
0 commit comments