crem-lib
v0.4.11
Published
This library contains UI components for CoStar Real Estate Manager.
Readme
CremLib
This library contains UI components for CoStar Real Estate Manager.
Development
Install dependencies with npm i, then run Storybook from the base directory.
Adding a New Component
Create your component in ./src/lib/ and add it to ./src/crem-lib.module.ts. This ensures the component is available to consumers of the library.
Use
Install the library in your project npm i TBD/crem-lib, then import the components you need from the CremLibModule.
