@bspk/ui-ngx
v1.0.4
Published
Bespoke UI NGX package contains all the angular components that are available for Anywhere Real Estate development teams.
Readme
Bespoke UI-NGX
Bespoke UI NGX package contains all the angular components that are available for Anywhere Real Estate development teams.
https://bspk.anywhere.re
Installation
npm install @bspk/ui-ngxnpm install --peer @bspk/styles @floating-ui/domSetup
Ensure you your theme stylesheet from @bspk/styles and the base and color stylesheets.
@use '@bspk/styles/anywhere.css';
@use '@bspk/ui-ngx/src/styles/base';
@use '@bspk/ui-ngx/src/styles/colors';Testing
To test all components
npm run testTo test a specific component
npm run test <componentname>