React js UI example. bs4 pricing page

React js UI example and template, bs4 pricing page! . 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: pricing,Plans,bs4,billing

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 p-0">

<h1 class="h3 mb-3 text-center">Plans &amp; Pricing</h1>

<div class="row">
	<div class="col-md-10 col-xl-8 mx-auto">
		<h1 class="text-center">We have a plan for everyone</h1>
		<p class="lead text-center mb-4">Whether you're a business or an individual, 14-day trial no credit card required.</p>

		<div class="row justify-content-center mt-3 mb-2">
			<div class="col-auto">
				<nav class="nav btn-group">
					<a href="#monthly" class="btn btn-outline-primary active" data-toggle="tab">Monthly billing</a>
					<a href="#annual" class="btn btn-outline-primary" data-toggle="tab">Annual billing</a>
				</nav>
			</div>
		</div>

		<div class="tab-content">
			<div class="tab-pane fade show active" id="monthly">
				<div class="row py-4">
					<div class="col-sm-4 mb-3 mb-md-0">
						<div class="card text-center h-100">
							<div class="card-body d-flex flex-column">
								<div class="mb-4">
									<h5>Free</h5>
									<span class="display-4">$0</span>
								</div>
								<h6>Includes:</h6>
								<ul class="list-unstyled">
									<li class="mb-2">
										1 users
									</li>
									<li class="mb-2">
										5 projects
									</li>
									<li class="mb-2">
										5 GB storage
									</li>
								</ul>
								<div class="mt-auto">
									<a href="#/" class="btn btn-lg btn-outline-primary">Sign up</a>
								</div>
							</div>
						</div>
					</div>
					<div class="col-sm-4 mb-3 mb-md-0">
						<div class="card text-center h-100">
							<div class="card-body d-flex flex-column">
								<div class="mb-4">
									<h5>Standard</h5>
									<span class="display-4">$19</span>
									<span>/mo</span>
								</div>
								<h6>Includes:</h6>
								<ul class="list-unstyled">
									<li class="mb-2">
										5 users
									</li>
									<li class="mb-2">
										50 projects
									</li>
									<li class="mb-2">
										50 GB storage
									</li>
									<li class="mb-2">
										Security policy
									</li>
									<li class="mb-2">
										Weekly backups
									</li>
								</ul>
								<div class="mt-auto">
									<a href="#/" class="btn btn-lg btn-primary">Try it for free</a>
								</div>
							</div>
						</div>
					</div>
					<div class="col-sm-4 mb-3 mb-md-0">
						<div class="card text-center h-100">
							<div class="card-body d-flex flex-column">
								<div class="mb-4">
									<h5>Plus</h5>
									<span class="display-4">$39</span>
									<span>/mo</span>
								</div>
								<h6>Includes:</h6>
								<ul class="list-unstyled">
									<li class="mb-2">
										Unlimited users
									</li>
									<li class="mb-2">
										Unlimited projects
									</li>
									<li class="mb-2">
										250 GB storage
									</li>
									<li class="mb-2">
										Priority support
									</li>
									<li class="mb-2">
										Security policy
									</li>
									<li class="mb-2">
										Daily backups
									</li>
									<li class="mb-2">
										Custom CSS
									</li>
								</ul>
								<div class="mt-auto">
									<a href="#/" class="btn btn-lg btn-outline-primary">Try it for free</a>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="tab-pane fade" id="annual">
				<div class="row py-4">
					<div class="col-sm-4 mb-3 mb-md-0">
						<div class="card text-center h-100">
							<div class="card-body d-flex flex-column">
								<div class="mb-4">
									<h5>Free</h5>
									<span class="display-4">$0</span>
								</div>
								<h6>Includes:</h6>
								<ul class="list-unstyled">
									<li class="mb-2">
										1 users
									</li>
									<li class="mb-2">
										5 projects
									</li>
									<li class="mb-2">
										5 GB storage
									</li>
								</ul>
								<div class="mt-auto">
									<a href="#/" class="btn btn-lg btn-outline-primary">Sign up</a>
								</div>
							</div>
						</div>
					</div>
					<div class="col-sm-4 mb-3 mb-md-0">
						<div class="card text-center h-100">
							<div class="card-body d-flex flex-column">
								<div class="mb-4">
									<h5>Standard</h5>
									<span class="display-4">$199</span>
									<span class="text-small4">/mo</span>
								</div>
								<h6>Includes:</h6>
								<ul class="list-unstyled">
									<li class="mb-2">
										5 users
									</li>
									<li class="mb-2">
										50 projects
									</li>
									<li class="mb-2">
										50 GB storage
									</li>
									<li class="mb-2">
										Security policy
									</li>
									<li class="mb-2">
										Weekly backups
									</li>
								</ul>
								<div class="mt-auto">
									<a href="#/" class="btn btn-lg btn-primary">Try it for free</a>
								</div>
							</div>
						</div>
					</div>
					<div class="col-sm-4 mb-3 mb-md-0">
						<div class="card text-center h-100">
							<div class="card-body d-flex flex-column">
								<div class="mb-4">
									<h5>Plus</h5>
									<span class="display-4">$399</span>
									<span>/mo</span>
								</div>
								<h6>Includes:</h6>
								<ul class="list-unstyled">
									<li class="mb-2">
										Unlimited users
									</li>
									<li class="mb-2">
										Unlimited projects
									</li>
									<li class="mb-2">
										250 GB storage
									</li>
									<li class="mb-2">
										Priority support
									</li>
									<li class="mb-2">
										Security policy
									</li>
									<li class="mb-2">
										Daily backups
									</li>
									<li class="mb-2">
										Custom CSS
									</li>
								</ul>
								<div class="mt-auto">
									<a href="#/" class="btn btn-lg btn-outline-primary">Try it for free</a>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>

		<hr/>

		<div class="text-center my-4">
			<h2>Frequently asked questions</h2>
		</div>
		<div class="row">
			<div class="col-md-5 col-sm-6 ml-auto">
				<div class="card">
					<div class="card-body">
						<h5 class="h6 card-title">Do I need a credit card to sign up?</h5>
						<p class="mb-0">Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit
							vel, luctus pulvinar, hendrerit id, lorem.</p>
					</div>
				</div>
			</div>
			<div class="col-md-5 col-sm-6 mr-auto">
				<div class="card">
					<div class="card-body">
						<h5 class="h6 card-title">Do you offer a free trial?</h5>
						<p class="mb-0">Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit
							vel, luctus pulvinar, hendrerit id, lorem.</p>
					</div>
				</div>
			</div>
			<div class="col-md-5 col-sm-6 ml-auto">
				<div class="card">
					<div class="card-body">
						<h5 class="h6 card-title">What if I decide to cancel my plan?</h5>
						<p class="mb-0">Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit
							vel, luctus pulvinar, hendrerit id, lorem.</p>
					</div>
				</div>
			</div>
			<div class="col-md-5 col-sm-6 mr-auto">
				<div class="card">
					<div class="card-body">
						<h5 class="h6 card-title">Can I cancel at anytime?</h5>
						<p class="mb-0">Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit
							vel, luctus pulvinar, hendrerit id, lorem.</p>
					</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 :

body{
    margin-top:20px;
    background-color: #fcfcfc;
}
.card {
    margin-bottom: 1.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.025);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: .2rem;
}

Similar snippets

React js template and ui example bs4 Kanban Board

bs4 Kanban Board

React js template and ui example bs4 user cards with overlay

bs4 user cards with overlay

React js template and ui example services prices

services prices

React js template and ui example bs4 Footer

bs4 Footer

React js template and ui example bs5 dark footer

bs5 dark footer

React js template and ui example bs4 File Manager

bs4 File Manager

React js template and ui example profile videos

profile videos

React js template and ui example file manager with folders recent files and members

file manager with folders recent files and members