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.13.0
Version published
Maintainers
1
Created
Source

Base Components

An atomic component library by Overdose.

Documentation

Visit the the docs site for more detailed usage.

Components

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

Basic usage

1. Install

yarn add @overdose/components

2. Import the stylesheet

Import the stylesheet into your App file. When using Nextjs this is the _app.tsx file.

import '@overdose/components/build/esm/styles.css'

3. Import a component

import { Typography } from '@overdose/components';

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

4. Theme

Component are highly themable both globally and locally. See the theming docs for details on how to theme the components with the @overdose/theme package.

Development and contribution

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

FAQs

Package last updated on 13 Oct 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