Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 296 Bytes

Shared Component Library for Handles

Storybook integration.

Visit Storybook

Components

SvgHandle

Usage:

import { Loader } from "@koralabs/handles-shared-components"

const Component = () => {
    return <Loader />
}