@cwds/reactstrap
TypeScript icon, indicating that this package has built-in type declarations

1.5.6 • Public • Published

@cwds/reactstrap

Styled reactstrap components for CARES.

🛑 NOTICE 🛑

This package may no longer be supported. Please see ca-cwds/design-system.

This library mostly re-exports components from reactstrap and applies a global cssModule.

Usage

import React from "react";
import ReactDOM from "react-dom";
import { Card, CardHeader, CardBody, CardTitle } from "@cwds/reactstrap";

function App() {
  return (
    <div>
      <Card>
        <CardHeader>
          <CardTitle>I am a card</CardTitle>
        </CardHeader>
        <CardBody className="pt-0">
          This is a card from cwds reactstrap
        </CardBody>
      </Card>
    </div>
  );
}

const rootElement = document.getElementById("root");
ReactDOM.render(<App />, rootElement);

Edit Button

You probably mean to consume @cwds/components.

Readme

Keywords

Package Sidebar

Install

npm i @cwds/reactstrap

Weekly Downloads

51

Version

1.5.6

License

AGPL-3.0

Unpacked Size

28.9 kB

Total Files

21

Last publish

Collaborators

  • drs_code_monkey
  • kmamnoon
  • harjeet-cwds
  • case-management