Last active
December 11, 2020 21:31
-
-
Save kylebuch8/36cdf296c8ffc4de2c3e1491d71fddeb to your computer and use it in GitHub Desktop.
Revisions
-
kylebuch8 revised this gist
Dec 11, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ <template> <div> <h1>PatternFly Elements with Vue</h1> <pfe-card color="lightest" border> <img alt="From https://picsum.photos/" overflow="left right top" src="https://picsum.photos/id/1019/300/200" > <p> -
kylebuch8 created this gist
Jun 14, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ <template> <div> <h1>PatternFly Elements with Vue</h1> <pfe-card pfe-color="lightest"> <img alt="From https://picsum.photos/" pfe-overflow="left right top" src="https://picsum.photos/id/1019/300/200" > <p> This is the light pfe-card and <a href="#">a link</a>. </p> <p> Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> <p> Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. </p> <pfe-cta slot="pfe-card--footer"> <a href="#">Learn more</a> </pfe-cta> </pfe-card> </div> </template>