Skip to content

Commit

Permalink
fix: polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
spdev3000 authored and Westbrook committed Feb 19, 2021
1 parent 0fde625 commit d112875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions packages/split-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ import { SplitView } from '@spectrum-web-components/split-view';
#### Horizontal Resizable

```html
<sp-split-view
resizable
primary-min="50"
secondary-min="50"
primary-size="sdfs"
>
<sp-split-view resizable primary-min="50" secondary-min="50" primary-size="100">
<div>
<h1>Left panel</h1>
<p>
Expand Down
1 change: 0 additions & 1 deletion packages/split-view/stories/split-view.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const HorizontalResizable = (): TemplateResult => {
primary-min="50"
primary-size="100"
secondary-min="50"
id="testsplit"
>
<div>
<h1>First panel</h1>
Expand Down

0 comments on commit d112875

Please sign in to comment.