1.0.7 • Published 7 months ago

kk-web-components v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

KK Web Components

A collection of reusable web components.

Installation

npm install kk-web-components

Usage

Importing the Components

import "kk-web-components";

// Optionally configure UiIcon globally
window.UiIcon = {
  version: "1.0",
  filePath: "/icons/iconset.svg",
  defaultSize: 24,
};

Components

<ui-icon>

  • Attributes:
    • name: The name of the icon in the sprite sheet.
    • size: The size of the icon (default: 24).
    • rotation: Rotate the icon in degrees (default: 0).
    • viewbox: Optional custom viewBox for the SVG.

Example:

<ui-icon name="home" size="32" rotation="45"></ui-icon>
<ui-icon name="settings"></ui-icon>
1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago