React js UI example. My team

React js UI example and template, My team! . Take a look at this UI example and see how it can enhance your project. Your can copy or download the code and use it in your project. Don't forget to browse our library of other free React Native templates for even more design and functionality inspiration. Happy coding!
Tags: bootstrap,snippet,team,leader

1. First, we need fresh reactjs setup, and for that, we need to run below commands into out terminal, and also we should have latest node version installed on our system:

npx create-react-app my-awesome-project

cd my-awesome-project

npm start

2. Now we need to run below commands into our project terminal to get bootstrap and related modules into our reactjs application:

npm install [email protected] --save

npm start //For start project again

3. Finally for the main output, we need to add below code into our my-awesome-project/src/App.js file or if you have fresh setup then you can replace my-awesome-project/src/App.js file code with below code:

import React from 'react';
import './App.css';
import 'bootstrap/dist/css/bootstrap.min.css';


function App() {
  
	return (
		<div>
			<div class="container bootstrap snippets bootdey">
    <div class="panel panel-info panel-shadow">
        <div class="panel-heading">
            <h3>
                <img class="img-circle img-thumbnail" src="https://bootdey.com/img/Content/user_1.jpg"/>
                Deyson Bejarano
            </h3>
        </div>
        <div class="panel-body"> 
        <div class="team padd">
        <div class="container bootstrap snippets bootdey">
          <div class="heading">
            <h2>My Team</h2>
            <h6>Esse Quam Nihil Molestiae</h6>
            <div class="divider"></div>
            <p>At vero eos et accusamus et iustoccaecati cupiditate non provident, similos qui ratione voluptatem </p>
            <div class="divider"></div>
          </div>
          <div class="row">
            <div class="col-md-3 col-sm-6">
              <div class="team-member">
                <a href="#/"><img src="https://www.bootdey.com/image/400x400/" class="img-responsive" alt="Team-member"/></a>
                <div class="member-details">
                  <h4><a href="#/">H. Rackham</a></h4>
                  <span>Director of the Company</span>
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
            <div class="col-md-3 col-sm-6">
              <div class="team-member">
                <a href="#/"><img src="https://www.bootdey.com/image/400x400/" class="img-responsive" alt="Team-member"/></a>
                <div class="member-details">
                  <h4><a href="#/">Jhon Wilson</a></h4>
                  <span>MD of the Company</span>
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
            <div class="col-md-3 col-sm-6">
              <div class="team-member">
                <a href="#/"><img src="https://www.bootdey.com/image/400x400/" class="img-responsive" alt="Team-member"/></a>
                <div class="member-details">
                  <h4><a href="#/">D. Danial</a></h4>
                  <span>CMD of the Company</span>
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
          </div>

          <div class="row">
            <div class="col-md-3 col-sm-6">
              <div class="team-member">
                <a href="#/"><img src="https://www.bootdey.com/image/400x400/" class="img-responsive" alt="Team-member"/></a>
                <div class="member-details">
                  <h4><a href="#/">Deo Rachem</a></h4>
                  <span>Designer of the Company</span>
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
            <div class="col-md-3 col-sm-6">
              <div class="team-member">
                <a href="#/"><img src="https://www.bootdey.com/image/400x400/" class="img-responsive" alt="Team-member"/></a>
                <div class="member-details">
                  <h4><a href="#/">Jennifer James</a></h4>

                  <span>CA of the Company</span>
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
            <div class="col-md-3 col-sm-6">
              <div class="team-member">
                <a href="#/"><img src="https://www.bootdey.com/image/400x400/" class="img-responsive" alt="Team-member"/></a>
                <div class="member-details">
                  <h4><a href="#/">Pall Waths</a></h4>
                  <span>Developer of the Company</span>
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
		</div>
	);
}
export default App;

4. Now we need to add below code into our my-awesome-project/src/App.css file :

.team{
    border-top: 1px solid #e6e6e6;
	padding-bottom: 60px;
}
.panel-shadow{
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.team .team-member{
	margin-top: 20px;
	margin-bottom: 30px;
}

.team .team-member img{
	max-width: 55px;
	float: left;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
}

.team .team-member .member-details{
	margin-left: 65px;
}

.team .team-member .member-details h4{
	margin: 0;
	margin-bottom: 3px;
	padding-top: 9px;
	font-size: 14px;
	font-weight: bold;
}

.team .team-member .member-details h4 a{
	color: #787878;
}

.team .team-member .member-details span{
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	color: #aaaaaa;
}			              

Similar snippets

React js template and ui example microsoft metro tiles bootstrap

microsoft metro tiles bootstrap

React js template and ui example About project

About project

React js template and ui example Team testimonials

Team testimonials

React js template and ui example Meet our heroes

Meet our heroes

React js template and ui example bs5 dark footer

bs5 dark footer

React js template and ui example bs4 payment list

bs4 payment list

React js template and ui example profile videos

profile videos

React js template and ui example bs4 File Manager

bs4 File Manager