1.4.1 • Published 7 months ago

@volvo-cars/connected-retail-ui v1.4.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 months ago

Connected Retail User Interface

npm version react ts storybook

Introduction

As Birdseye v3 got developed by the Connected Retail group, a number of components have been built with the idea of exporting them into this dedicated and shareable library.

It leverages VCC-UI components to perform more complex retailer focused use cases.

As such, it keeps your product UI/UX in line with the company branding and guidelines by utilizing the Volvo Cars Design Language System.

All components are tested and in production use by the Birdseye team.

Our aim is to help you ship new features faster providing flexibility and control over the components to better fit your needs.

Be more efficient understanding the library faster by exploring common use cases we use in Birdseye on our storybook.

Installation

  1. First install the package:

npm install @volvo-cars/connected-retail-ui

  1. Add the required .css and UiProvider at the root of your React project:
// src/index.jsx
...
import "@volvo-cars/connected-retail-ui/dist/main.css";
import { UiProvider } from "@volvo-cars/connected-retail-ui";

const App = () => {
  return (
    <UiProvider>
      ...
    </UiProvider>
  )
}

That's it. Now you should be able to import the components from the library (TS typings included!).

Diving deeper

1.4.1

7 months ago

1.4.0

11 months ago

1.2.0

12 months ago

1.3.0

11 months ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.6.6

1 year ago

0.6.8

1 year ago

1.0.0-next.0

1 year ago

1.0.0-next.1

1 year ago

1.0.0-next.2

1 year ago

1.0.0-next.3

1 year ago

1.0.0-next.4

1 year ago

0.6.4

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.5.3

1 year ago

0.5.0

2 years ago

0.6.1

1 year ago

0.5.2

2 years ago

0.6.0

1 year ago

0.5.1

2 years ago

0.2.1

2 years ago

0.2.3-next.0

2 years ago

0.2.3

2 years ago

0.4.0

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.2

2 years ago