General purpose web-components built in StencilJS
$ npm i @silverstone/components
Consult the Stencil docs for details on integrating into your framework of choice.
<ss-button>Click me</ss-button>
<ss-modal>
<h1 slot="title">My Modal</h1>
</ss-modal>