File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
packages/react-renderer-demo/src/app/pages Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class MyDocument extends Document {
2525 < body >
2626 < Main />
2727 < NextScript />
28+ < script async defer src = "https://buttons.github.io/buttons.js" > </ script >
2829 </ body >
2930 </ html >
3031 ) ;
Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ const useStyles = makeStyles((theme) => ({
2525 textAlign : 'center' ,
2626 marginTop : 48
2727 } ,
28+ npmLink : {
29+ display : 'block' ,
30+ textAlign : 'center' ,
31+ marginTop : 24
32+ } ,
2833 getStartedAnchor : {
2934 textDecoration : 'none'
3035 } ,
@@ -56,6 +61,20 @@ const LandingPage = () => {
5661 </ a >
5762 </ Link >
5863 </ div >
64+ < div className = { classes . npmLink } >
65+ < a
66+ className = "github-button"
67+ href = "https://github.com/data-driven-forms/react-forms"
68+ data-show-count = "true"
69+ aria-label = "Star data-driven-forms/react-forms on GitHub"
70+ >
71+ Star
72+ </ a >
73+
74+ < a href = "https://badge.fury.io/js/%40data-driven-forms%2Freact-form-renderer" rel = "noopener noreferrer" target = "_blank" >
75+ < img src = "https://badge.fury.io/js/%40data-driven-forms%2Freact-form-renderer.svg" alt = "current version" />
76+ </ a >
77+ </ div >
5978 </ div >
6079 < LandingPageCards />
6180 </ React . Fragment >
You can’t perform that action at this time.
0 commit comments