Universal React Redux Registration
  • Getting Started
  • Backend Project architecture
  • Frontend Project architecture
  • Clone the repository
  • Set-up the Backend
  • Set-up the Frontend
  • JSON Web Tokens
  • Server & Client Bundles
  • Unit tests
  • Create new pages
  • Restrict Access (Authenticated Users Only)
  • Redux-Form
  • Custom Layouts
  • Custom Page titles and SEO
  • SCSS
  • Fonts & Font Icons
  • Images
Powered by GitBook
On this page

Images

To include images in your components, please reference the example below:

Save all your images to to the following location 'Frontend/src/assets/graphics'

Import your image/images into your component

import MyImage from './path/to/myImage.png';

Add a img html element to your component

<img src={MyImage} />

PreviousFonts & Font Icons

Last updated 6 years ago