This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@stjudecloud/theme-react

5.0.1 • Public • Published

St. Jude Cloud Theme React

Ready-to-use React components available for St. Jude Cloud React apps!

Using this package

npm add @stjudecloud/theme-react

  import {Navbar} from '@stjudecloud/theme-react';

  function MyComponent() {
    return (
      <div>
        <Navbar {...props} />
        Cool content
      </div>
    );
  }

PLEASE NOTE: Your build process will need to be able to handle importing image files, e.g. with webpack + file-loader.

Local Setup

Simply npm install and you can get started.

  • Build the library locally with npm run build
  • View and development components via storybook with npm run storybook

Optional Dependencies (react-router-dom)

Originally, react-router-dom was listed as an optional dependency. However, it turns out that NPM does not actually skip optional dependencies. For this reason. it is declared as a peer dependency, but is correctly handled if the dependency is missing.

Readme

Keywords

none

Package Sidebar

Install

npm i @stjudecloud/theme-react

Weekly Downloads

215

Version

5.0.1

License

none

Unpacked Size

48.1 kB

Total Files

24

Last publish

Collaborators

  • krbenton
  • wayne_cat
  • pshresth
  • ajswis
  • clmcleod