2.0.1 • Published 4 years ago

@dmsi/components v2.0.1

Weekly downloads
73
License
MIT
Repository
-
Last release
4 years ago

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.

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

1.0.0-rc.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago