0.3.0 • Published 10 months ago
@woolf1717/core-components v0.3.0
@przeprogramowani/core-components
Lit components based on the Shoelace library, customized with @przeprogramowani/design-tokens
.
Installation
npm install @przeprogramowani/core-components
Usage
<script>
import '@przeprogramowani/core-components/dist/components/button/button';
</script>
<template>
<pp-button>Click me</pp-button>
</template>