File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ render() {
4949}
5050```
5151
52- We'll also need to update ` /demo/pf-cool-element .html `
52+ We'll also need to update ` /demo/index .html `
5353so that the user's name is passed into the slot that we added in ` pf-cool-element.ts ` :
5454
5555``` html
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import '@patternfly/elements/pf-search-input/pf-search-input.js';
2626#### Search Input
2727
2828{% htmlexample %}
29- {% renderFile "./elements/pf-search-input/demo/pf-search-input .html" %}
29+ {% renderFile "./elements/pf-search-input/demo/index .html" %}
3030{% endhtmlexample %}
3131
3232#### Search Input Form
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Focus on options using arrow keys or
2626by typing the first character of an option.
2727
2828{% htmlexample %}
29- {% renderFile "./elements/pf-select/demo/pf-select .html" %}
29+ {% renderFile "./elements/pf-select/demo/index .html" %}
3030{% endhtmlexample %}
3131
3232#### Single with description
Original file line number Diff line number Diff line change 1919
2020 Simple table using composable components
2121
22- {% htmlexample src="../demo/pf-table .html" %}{% endhtmlexample %}
22+ {% htmlexample src="../demo/index .html" %}{% endhtmlexample %}
2323
2424 ### Sortable
2525
You can’t perform that action at this time.
0 commit comments