Socket
Book a DemoInstallSign in
Socket

@washingtonpost/wpds-box

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@washingtonpost/wpds-box

WPDS Box component

latest
Source
npmnpm
Version
1.24.0
Version published
Maintainers
4
Created
Source

Box

Quick prototyping in code sandboxes, and the like use the "Box" component

import * as T from "@washingtonpost/wpds-ui-kit";

export const MyBox = () => {
  return (
    <T.Box
      as="h1"
      css={{
        color: "$primary",
      }}
    >
      Hello, World!
    </T.Box>
  );
};

FAQs

Package last updated on 09 Apr 2024

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