JSPM

  • Created
  • Published
  • Downloads 56
  • Score
    100M100P100Q73516F
  • License ISC

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

Package Exports

  • @conduction/components
  • @conduction/components/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@conduction/components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Conduction Components

Changelog

  • Version 2

    • 2.0.9:
      • Added optional defaultChecked to InputCheckbox;
      • Added CreateKeyValue input;
      • Added CreateSelect input.
    • 2.0.8:
      • Added new Tooltip component using React-tooltip.
      • Added active status to PrimaryTopNav
      • Added active status to SecondaryTopNav
    • 2.0.7:
      • Added new BadgeCounter component.
      • Added CodeBlock component.
    • 2.0.6:
      • Added optional icon with default icon to the primary and secondary button in NotificationPopUp
      • Added a handleClick function to the DownloadCard;
      • Added clickFunction, layoutClassName and renamed tag to label in the Tag component;
      • Edited DetailsCard to accommodate changes made to Tag component;
      • Edited RichContentCard to accommodate changes made to Tag component;
    • 2.0.5: wrong camelcase in npm publish/build fix;
    • 2.0.4: added layoutClassName to InfoCard;
    • 2.0.3: Bugfix: --conduction-container typo removed;
    • 2.0.2: Refactor SelectSingle formField with optional props;
    • 2.0.1: Refactor SecondaryTopNav css module import;
    • 2.0.0: components are now dependent on --skeleton design tokens, currently found here.
  • Version 1

    • No changelog available