This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"description":"@original ons-splitter\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] A component that enables responsive layout by implementing both a two-column layout and a sliding menu layout.\n\n It can be configured to automatically expand into a column layout on large screens and collapse the menu on smaller screens. When the menu is collapsed the user can open it by swiping.\n [/en]\n[jp] どうしよう[/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapsed={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]} | ||
{"description":"@original ons-splitter\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] A component that enables responsive layout by implementing both a two-column layout and a sliding menu layout.\n\n It can be configured to automatically expand into a column layout on large screens and collapse the menu on smaller screens. When the menu is collapsed the user can open it by swiping.\n [/en]\n[jp] どうしよう[/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapse={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"description":"@original ons-splitter-content\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] The SplitterContent element is used as a child element of Splitter.\n It contains the main content of the page while SplitterSide contains the list.\n [/en]\n[jp][/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapsed={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]} | ||
{"description":"@original ons-splitter-content\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] The SplitterContent element is used as a child element of Splitter.\n It contains the main content of the page while SplitterSide contains the list.\n [/en]\n[jp][/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapse={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]} |