@photonhealth/components
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

Components

Storybook

Referencing this project.

To make HMR work for your component you need to render it as JSX:

// Correct! HMR works!
// Let's assume that this is storybook meta object
export default {
  // ...
  render: (props) => <Counter {...props} />,
  // ...
} as Meta<ComponentProps<typeof Counter>>;

Readme

Keywords

none

Package Sidebar

Install

npm i @photonhealth/components

Weekly Downloads

7,349

Version

0.0.0

License

none

Unpacked Size

1.4 MB

Total Files

37

Last publish

Collaborators

  • paulphoton
  • joshknapp
  • sam_photon
  • entela
  • cawfeecoder
  • photon-eng