@dmsi/components
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

DSMi Components

Generic React components for use in DMSi applications

Getting Started

yarn add @dmsi/components

HOCs

@dmsi/components contains some higher-order components such as withURLParams

See Higher-Order Components for more information about higher-order components.

import { withURLParams } from '@dmsi/components';

const YourComponentWithURLParams = withURLParams(YourComponent);

Versioning

DMSi Components conforms to the semver spec for versioning. The library is versioned separately from other @dmsi packages. Check out the CHANGELOG to see what's changed.

Local Development

For most development purposes, symlinking @dmsi/components with a consuming package should be sufficient. However in certain cases the developer may have trouble symlinking to packages with competing dependency versions. In this case you may run yarn publish:test, which will publish a tc version for local development. The package must be updated to a major/minor/patch/rc version before being merged into develop.

Readme

Keywords

none

Package Sidebar

Install

npm i @dmsi/components

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

138 kB

Total Files

6

Last publish

Collaborators

  • tprettyman
  • rnimrod
  • brent-heavican
  • rerskine
  • msuiter
  • mada1113
  • jquerijero
  • kolson
  • dreadman3716