New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@volvo-cars/connected-retail-ui

Package Overview
Dependencies
Maintainers
8
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volvo-cars/connected-retail-ui

Shared components library for Volvo Connected Retail group.

  • 1.4.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
18
decreased by-21.74%
Maintainers
8
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 18 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc