Sh Canvas
A bootstrap 5 Canvas
Importing
import { ShCanvas } from '@silahkosgei/sfrontend'
Example Usage
<sh-canvas canvas-id="myCanvas" canvas-title="Canvas Title" position="start">
<h3>Canvas content will appear in slot here</h3>
</sh-canvas>
Attributes
canvas-id
Type:
stringDefault:
noneRequired:
trueDetails
Attribute id of the canvas
Example:
myCanvas
position
Type:
stringDefault:
startRequired:
falseOptions:
start,end,bottom,topDetails
This will be the position of the canvas, bootstrap 5 canvas positions are used
Example:
end