UNPKG

@cmmd-web/input

Version:
13 lines (10 loc) 202 B
import '../cmmd-input.js'; export default { title: 'Components/Input', }; export const example = () => ` <cmmd-input> <label slot="label">Input with label</label> </cmmd-input> `;