Lion Logo Lion Fundamentals Guides Components Blog Toggle darkmode

Helpers: Overview

A helpers package that contains several helpers that are used inside lion but can be used outside as well.

These helpers are considered developer tools, not actual things to use in production. Therefore, they may not have the same quality standards as our other packages.

Packages

PackageDescription
sb-action-loggerStorybook action logger

Installation

npm i @lion/helpers

Usage

Example using the sb-action-logger helper component.

<script type="module">
  import '@lion/ui/define-helpers/sb-action-logger.js';
</script>

<sb-action-logger></sb-action-logger>