Contrast Bootstrap React

March 30, 2026 · View on GitHub

Elegant UI Kit and reusable components for building mobile-first, responsive websites and web apps

NPM JavaScript Style Guide npm total downloads

Install

npm install --save cdbreact

or

yarn add cdbreact

React Compatibility

  • Supported React versions: 16.14 to 19.x
  • Verified with React 19.2.4 in this release

Usage

import React from 'react'
import { CDBAlert } from 'cdbreact'

const Alert = () => {
  return (
        <CDBAlert color="primary">
          A simple alert built with contrast design 
        </CDBAlert>
  )
}

export default Alert;

Documentation

Blog articles

Demo

Pages

Dashboards

Cards

Buttons

Widget

Stepper

Badge

Form

Browser support

Browsers supported

Edge / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
MacN/Asupportedsupportedsupportedsupported
WindowssupportedsupportedsupportedN/Asupported

PRO Version

Contrast Design Bootstrap PRO

License

See License in <license.pdf> © Devwares

Support Devwares

Follow us on Social Media

Check out and star our GitHub repository

  • Github

  • Create pull requests

  • Submit bugs

  • Suggest new features

  • Help us Improve our documentation with updates

We truly appreciate everyone who has contributed to this project.

Thank you!