UNPKG
@cmmd-web/input
Version:
latest (2.0.0)
2.0.0
1.1.0
Input for CMMD applications
github.com/carlosmmdiaz/cmmd-web/packages/input
carlosmmdiaz/cmmd-web
@cmmd-web/input
/
stories
/
index.stories.js
13 lines
(10 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
'../cmmd-input.js'
;
export
default
{
title
:
'Components/Input'
, };
export
const
example
= (
) =>
` <cmmd-input> <label slot="label">Input with label</label> </cmmd-input> `
;