@synerise/ds-block
v0.4.81
Published
Block UI Component for the Synerise Design System
Downloads
640
Readme
id: block title: Block
Block UI Component
Installation
npm i @synerise/ds-block
or
yarn add @synerise/ds-block
Usage
import Block from '@synerise/ds-block'
<Block />
Demo
API
| Property | Description | Type | Default |
| ---------- | ------------------------------------- | ------------------------ | ------- |
| children | Header name | React.ReactNode / string | - |
| isDragging | Return true
if Block is being dragged | boolean | - |
| icon | Block icon component | React.ReactNode | - |