## Storybook
npm install @photonhealth/componentsReferencing 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) =>
// ...
} as Meta