Modular Bootstrap CSS for your React Application
Modular Bootstrap CSS for your React Application
In a React project:
``sh`
yarn add bootstrap-powered-react bootstrap lodash
`js
import React from "react";
import BPRElements from "bootstrap-powered-react";
const { Div, H1, P, Button } = BPRElements;
export const PrimaryAlert = (props) => (
export const LargeButton = (props) => (
);
export default function App() {
return (
Start editing to see some magic happen :)
Checkout this demo on StackBlitz.