plasma-fhir-react-components
Demo (Storybook)
Usage
import { FHIRr4 } from "plasma-fhir-react-components";
export function MyComponent(props: any) {
return (
<FHIRr4.AllergyIntoleranceView allergyIntolerance={...} />
);
}Styling
Testing/Development (of Package)
Storybook
Unit Tests
Install/Update Locally
Deployment (of Package)
Rollup
Publish/Deploy
References:
Last updated