@mdbootstrap/react-square-buttons
v1.0.0
Published
Responsive React Square Buttons built with Bootstrap 5 & HTML. Disabled button, black, full-width outline, social button, big button, block square button & more.
Downloads
4
Maintainers
Readme
MDB React 5
Responsive React Square Buttons built with Bootstrap 5 & HTML. Disabled button, black, full-width outline, social button, big button, block square button & more.
Check out React Square Buttons Documentation for detailed instructions & even more examples.
Basic example
import React from "react";
import { MDBBtn } from "mdb-react-ui-kit";
export default function App() {
return (
<MDBBtn className="square-md">Button</MDBBtn>
);
}
.square-md {
width: 100px !important;
max-width: 100% !important;
max-height: 100% !important;
height: 100px !important;
text-align: center;
padding: 0px;
font-size: 12px;
}
How to use?
Download MDB 5 - FREE REACT UI KIT
Choose your favourite customized component and click on the image
Copy & paste the code into your MDB project
▶️ Subscribe to YouTube channel for web development tutorials & resources
More examples (click on the image to see a live demo)
Black square button:
Responsive square button:
Square button sizes:
Colors:
Outline:
You can find other examples here.