Skip to content

AndrewJBateman/ionic-react-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Ionic React Slides

📄 Table of contents

📚 General info

  • App was created using the npm create-react-app package then the ionic dependencies were added from npm.

📷 Screenshots

screen print

📶 Technologies

💾 Setup

  • Load dependencies using npm i,
  • To start the server on localhost://3000 type: 'npm run start'

💻 Code Examples

  • Simple ion card in html
<IonCard>
  <img
      src="https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1113&q=80"
      alt="view of mountain"/>
  <IonCardHeader>
    <IonCardTitle class="card-title">Look at this view</IonCardTitle>
    <IonCardSubtitle>Isn't it great?</IonCardSubtitle>
  </IonCardHeader>
  <IonCardContent>Although it does look cold</IonCardContent>
</IonCard>

🆒 Features

  • N/A

📋 Status & To-do list

  • Status: working. Updated april 2021.
  • To-do: nothing

👏Inspiration

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ Contact

About

📋 Ionic with React used to create very simple Ion-card app. Tutorial code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published