File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2121 <a href =" https://david-dm.org/ahmnouira/ionic-react-header-parallax?type=dev " ><img src =" https://david-dm.org/ahmnouira/ionic-react-header-parallax/dev-status.svg " ></a >
2222</p >
2323
24+ ## [ Live Demo] ( https://github-mjaqg5-pzh6fv.stackblitz.io )
25+
26+ ## [ Stackblitz Editor URL] ( https://stackblitz.com/edit/github-mjaqg5-pzh6fv?file=src/pages/Home.tsx )
27+
2428## Installation with npm
2529
2630``` sh
Original file line number Diff line number Diff line change 1+ import * as React from 'react'
12import { Redirect , Route } from 'react-router-dom'
23import { IonApp , IonRouterOutlet } from '@ionic/react'
34import { IonReactRouter } from '@ionic/react-router'
Original file line number Diff line number Diff line change 1+ import * as React from 'react'
12import './Lorem.css'
23
3- export const Lorem : React . FC < { } > = ( { } ) => {
4+ export const Lorem : React . FC < { } > = ( { } ) => {
45 return (
56 < div >
67 < p className = "lorem" >
Original file line number Diff line number Diff line change 1414 "resolveJsonModule" : true ,
1515 "isolatedModules" : true ,
1616 "noEmit" : true ,
17- "jsx" : " react-jsx "
17+ "jsx" : " react"
1818 },
1919 "include" : [" src" ]
2020}
You can’t perform that action at this time.
0 commit comments