Skip to content

Commit a379df3

Browse files
committed
adding a story of which we can provide a better clarification on how to use the FormControlMixin
1 parent 1e7a4fa commit a379df3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import '.';
2+
3+
import { Story } from '@storybook/web-components';
4+
import { html } from 'lit-html';
5+
6+
export default {
7+
id: 'FormControlMixin',
8+
title: 'Inputs/Form/FormControlMixin',
9+
};
10+
11+
export const AAAOverview: Story = () =>
12+
html`
13+
<p>FormControlMixin can be used to make a web component part of a form.</p>
14+
`;
15+
AAAOverview.storyName = 'Overview';

0 commit comments

Comments
 (0)