@washingtonpost/wpds-box
TypeScript icon, indicating that this package has built-in type declarations

1.24.0 • Public • Published

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>
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i @washingtonpost/wpds-box

Weekly Downloads

2,099

Version

1.24.0

License

MIT

Unpacked Size

19.3 kB

Total Files

11

Last publish

Collaborators

  • tam.steph
  • wp-aberg
  • ebgranger
  • artmsilva