Documentation

Bidout - Auction and Bidding Next JS Template

๐๐ข๐ ๐Ž๐ฎ๐ญ is a Next JS template about various types of Multivendor NFT, Bid and Auction. This template can be used for different types of purposes. Any kind of user easily create to nft, auction and bid marketplace website. The things you will get in this template-

  • 3 eye catching home pages with impressive 13+ inner pages
  • 30+ widget sections
  • Built with JSX and CSS3
  • Use Bootstrap5 Framework
  • W3 validation markup

  • Item Name:Bidout - Auction and Bidding Next JS Template
  • Author: EgensLab
  • Created: 24 sep, 2022
  • Version: 1.0

If you have any questions that are beyond the scope of this help file, Please feel free to email via Item Support Page


Installation

Follow the steps below to setup your site template:

  1. Install recommended version of Node.js.
  2. Use command line (powershell or terminal) to navigate to project root directory.
  3. Run following commands, one after another:
    • npm install
    • npm run dev
  4. In your browser navigate to http://localhost:3000
  5. Thats all! Now you should see your site

Logo Settings

The logo container can be found in the Header - header

<!-- Header logo -->
<Link onClick={scrollTop} href=`/`>
  <img src={process.env.PUBLIC_URL + "images/logo.svg"} alt="logo" />
</Link>
<!-- end header-logo -->
<!-- Header logo -->
<div className="footer-logo text-center">
  <Link onClick={scrollTop} href=`/`>
    <img src={process.env.PUBLIC_URL + "images/footer-logo.svg"} alt="FooterIMG" />
  </Link>
</div>
<!-- end header-logo -->

Note Two images are used for logo, one for header logo (Logo that will display even in sticky header), second for footer logo (Logo that will display in footer area). .header-logo  is used to set which image you want as default.footer-logo   is used to set which image you want to display in footer.

Note If you want to increase the size of your logo container then you can increase max-height as per your need in /css/style.css file under this css class: header .header-logo img

Image and Favicon Setting

Golf Lab download package does not contain actual images which are there in our online demo due to licensing limitation and this is already mentioned in item description also as per Envato policy. We are using placeholder images instead of real images. You can replace placeholder image url with your image url like assets/images/image.jpg and make sure to put the image in /images/ folder.

<img src="https://placehold.it/750x500" alt="image alt text">
    Change to
<img src={import image source name} alt="image alt text">

JSX Structure

  import React from 'react'
  import { Link } from 'react-router-dom'
  import breadcrumbImg from '../../assets/img/icons/breadcrumb-arrow.svg'

  function Breadcrumb(props) {
  return (
  <>
    <section className="breadcrumbs">
          <div className="container">
            <div className="row">
              <div className="col-12">
                  <div className="breadcrumb-wrapper">
                    <h1>{props.pageName}
                    <span>Home{props.pageName}
                  </div>
              </div>
            </div>
          </div>
    </section>
  </>
  )
}

export default Breadcrumb;

Home Page Demos

Bidout is a clean and modern design, BootStrap 5 responsive, business and portfolio multipurpose HTML5 template with 2+ ready homepage demos.

Header

You can use one headers while creating your Pages

React Plugin

Following list of package will be included:


Version 1.0 - Current Version


Version 1.1

Comming Soon


Three Equal columns

<div class="container">
      <div class="row">
          <divsss class="col">
            Column
          </div>
          <div class="col">
              Column
          </div>
          <div class="col">
            Column
          </div>
    </div>
  </div>

Source & Credits

Images:

Icons:

Scripts:


Support

If this documentation doesn't answer your questions, So, Please send us Email via Item Support Page

We are located in GMT +5:30 time zone and we answer all questions within 12-24 hours in weekdays. In some rare cases the waiting time can be to 48 hours. (except holiday seasons which might take longer).

Note: While we aim to provide the best support possible, please keep in mind that it only extends to verified buyers and only to issues related to our template like bugs and errors. Custom modifications or third party module implementations are not included.

Donโ€™t forget to Rate this template

Please Add your Review (Opinion) for Our template. It would be a great support for us.
Go to your Themeforest Profile > Downloads Tab > & then You can Rate & Review for our template.
Thank You.

More Templates

Checkout Our Below Premium Templates

Our Portfolio

Copyright ยฉ 2022 EgensLab. All Rights Reserved.