Hostel Management System Project in PHP with Source Code and Next js with source code free download | how to use bootstrap in next js
Hostel Management System Project in PHP with Source Code and Next js with source code free download | how to use bootstrap in next js
In This Tutorial We Will Discuss About How to Use Bootstrap in Next JS 10 for Hostel Management System Project .
How to Install Bootstrap in Next JS
Step 1 : Open CMD Terminal
Step 2 : Open Nextjs Project directory in CMD
Step 3 : Run command
npm install bootstrap@next
or
yarn add bootstrap@next
// add bootstrap css
import 'bootstrap/dist/css/bootstrap.css'
Example
import Head from 'next/head'
import Image from 'next/image'
import styles from '../styles/Home.module.css'
import 'bootstrap/dist/css/bootstrap.css'
export default function Home() {
return (
<div>
<div className="row">
<div className="col-sm-6">A</div>
<div className="col-sm-6">B</div>
</div>
</div>
)
}
Related Post
- Hostel Management System Project in PHP and Next js with source code free download | Project Overview for Hostel Management System Project | Next js Project Tutorial in Hindi
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | Next js Requirements in Hindi | Next js Environment Setup in Hindi | Next js Project Tutorial in Hindi
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | How to Install Next js in Windows | How to Create Next js Project
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | how to Install Laravel 8 in Windows 10
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | how to use bootstrap in next js
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | Header & Navigation Setup
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | Home Page Banner | Part 7
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | Service Section Design (2 of 1)
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | Service Section Design (2 of 2)
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | Contact Form Design
- Hostel Management System Project in PHP with Source Code and Next js with source code free download | google map integration in next js