Socket
Book a DemoInstallSign in
Socket

@overdose/components

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@overdose/components

An atomic component library by Overdose.

npmnpm
Version
1.10.0
Version published
Weekly downloads
107
-58.2%
Maintainers
1
Weekly downloads
 
Created
Source

Base Components

An atomic component library to help Overdose devs assemble headless stores.

Usage

  • Install
yarn add @overdose/components
  • Import
import { Typography } from '@overdose/components';

const MyComponent = () => (
  <Typography tag="p">
    What's up, Doc?
  </Typography>
);
  • Theme

See theming docs for details.

Showcase

Check out the component showcase at components.overdose.digital.

FAQs

Package last updated on 08 Sep 2022

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