0.4.6 • Published 1 year ago
@crowdstrike/glide-core-components v0.4.6
Glide Core Components
This package contains Web Components built with Lit.
Installation
Add the Glide Core components package and Lit as a dependency in your project:
pnpm i @crowdstrike/glide-core-components lit
To get the most out of Glide, you'll also want to install the @crowdstrike/glide-core-styles
package. Follow the instructions for that package and then return to the steps below.
Import a component
Explicitly import the component you'd like to render:
import '@crowdstrike/glide-core-components/button.js';
Render the component
Now render the component:
<cs-button size="small">Button</cs-button>