Socket
Socket
Sign inDemoInstall

@equinor/eds-lab-react

Package Overview
Dependencies
49
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @equinor/eds-lab-react

The lab for the Equinor Design System


Version published
Maintainers
3
Created

Readme

Source

@equinor/eds-lab-react

This package host incubator components that are not ready to be moved to the core.

The main difference between the lab and core is how components are versioned and general component structure. Having a lab package allows us to test new components in isolation, experiment with new features or test technical improvements without breaking changes in core. Storybook for lab-react

Installation

npm install @equinor/eds-lab-react styled-components

If you use Typescript, make sure you have typescript >= 3.8 as a devDependency:

npm install typescript --save-dev

Known issues and workarounds

Datepicker

Under some circumstances <Datepicker /> is missing it’s styles. A temporary workaround is to import the css explicitly as reported in issue #2081.

import 'react-datepicker/dist/react-datepicker.css';

Keywords

FAQs

Last updated on 01 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc