Reactstrap Core Projects

-
Pro Component

Share with your potential customers your most valued projects with these projects sections components.


Description

We’ve made the following projects components using various reactstrap components, and Bootstrap classes and also some custom scss/css classes.

Example

Since these components were created with the thought of expanding on a whole screen, you should also take a look at our live preview, to see it on full width here.

Projects1

Some of Our Awesome Projects

Circle image

Slack

We are happy to work at such a great project.

Members
Circle image

Spotify

We strive to embrace and drive change in our industry.

Members
Circle image

Dribbble

The time has come to bring our plans and ideas to life.

Members
Circle image

CreativeTim

We are developing the best design projects.

Members
Circle image

DropBox

It is important to save every project safely with our app.

Members
Circle image

Unassigned

Here you can add your description and bellow add your members.

Members
import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Projects1 from "components/projects/Projects1.js";

function Example() {
  return (
    <>
      <Projects1 />
    </>
  );
}

export default Example;

Projects2

Some of Our Awesome Products

The time is now for it to be okay to be great. People in this world shun people for being great.

Slack bot

If everything I did failed - which it doesn't, it actually succeeds - just the fact that I'm willing to fail is an inspiration. People are so scared to lose that they don't even try.

Looking great

You have the opportunity to play this game of life you need to appreciate every moment. A lot of people don’t appreciate the moment until it’s motivating the doers.

Developer First

For standing out. But the time is now to be okay to be the greatest you. Would you believe in what you believe in, if you were the only one who believed it?


Prepare launch

Society has put up so many boundaries, so many limitations on what’s right and wrong that it’s almost impossible to get a pure thought out. It’s like a little kid, a little boy.

Premium support

Pink is obviously a better color. Everyone’s born confident, and everything’s taken away from you matters is the people who are sparked by it follow their dreams, too.

Design tools

Constantly growing. We’re constantly making mistakes. We’re constantly trying to express ourselves and actualize our dreams the position that we want to be.

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Projects2 from "components/projects/Projects2.js";

function Example() {
  return (
    <>
      <Projects2 />
    </>
  );
}

export default Example;

Projects3

Our work

Some of Our Awesome Projects - 3

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Projects3 from "components/projects/Projects3.js";

function Example() {
  return (
    <>
      <Projects3 />
    </>
  );
}

export default Example;

Note

You should note, that none of the bellow components are dynamic, as we do not know what your end use case will be. Feel free to change it, add your own props and dynamic code.