Install the library in your application using your preferred package manager.
npm install @computas/chubben-shared
Import the components that you need for your application.
import { CxShell } from "@computas/chubben-shared";
Finally, use your component in your template.
// React
<CxShell>
<p>Place your router outlet here</p>
</CxShell>