@cwds/icons

1.5.6 • Public • Published

@cwds/icons

CARES Icons

🛑 NOTICE 🛑

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

Installation

import Icon from '@cwds/icons';

Usage

import React from "react";
import ReactDOM from "react-dom";
import { Card } from "@cwds/reactstrap";
import Icon from "@cwds/icons";

function App() {
  return (
    <div>
      <Card>
        <Icon icon="search" />
        <Icon icon="arrow-up" />
      </Card>
    </div>
  );
}

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

Edit Button

This library uses FontAwesomeIcon from @fortawesome/react-fontawesome

Visit react fontawesome/icons to search for free and Pro icons

Readme

Keywords

none

Package Sidebar

Install

npm i @cwds/icons

Weekly Downloads

1

Version

1.5.6

License

AGPL-3.0

Unpacked Size

170 kB

Total Files

17

Last publish

Collaborators

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