Tanawat limsakul free asked 4 years ago


I'm free user. I would like to know that the red icon which show MDB PRO COMPONENT above, can I use it without pro version? I paste the code, but it works on my own projectenter image description here

See Link https://mdbootstrap.com/docs/react/sections/blog/


Jakub Chmura staff answered 4 years ago


Hi @Tanawat limsakul,

The button from your screen shot is a „button with icon” and it can be used by a free users. You can read more about buttons at our documentation page: https://mdbootstrap.com/docs/react/components/buttons/

Here is a code example:

import React, { Fragment } from "react";
import { MDBBtn, MDBIcon } from "mdbreact";

const ButtonPage = () => {
  return (
    <Fragment>
      <MDBBtn color="primary">
        <MDBIcon icon="magic" className="mr-1" /> Left
      </MDBBtn>
      <MDBBtn color="default">
        Right <MDBIcon icon="magic" className="ml-1" />
      </MDBBtn>
    </Fragment>
  );
}

export default ButtonPage

Best, Kuba



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB React
  • MDB Version: 4.25.3
  • Device: Desktop
  • Browser: Safari
  • OS: OSX
  • Provided sample code: No
  • Provided link: Yes