@volvo-cars/connected-retail-ui
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

35

Version

1.4.1

License

UNLICENSED

Unpacked Size

331 kB

Total Files

169

Last publish

Collaborators

  • sylvainestevezvolvocars
  • allenbargi-vcc
  • jacobrask
  • glenashley
  • volvocars-uip-bot
  • alizeait
  • kristiankalb
  • samny_volvocars