chore: move most docs to core so they are published and extendable

This commit is contained in:
Joren Broekema 2020-06-08 11:41:48 +02:00
parent 3ae448f826
commit 672f7b0283
6 changed files with 1 additions and 0 deletions

View file

@ -17,6 +17,7 @@ import { dedupeMixin } from '@open-wc/dedupe-mixin';
* attributes: ['disabled'], * attributes: ['disabled'],
* }; * };
* } * }
*
* render() { * render() {
* return html` * return html`
* <button id="button1">with delegation</button> * <button id="button1">with delegation</button>