-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Rail /> Component #181
Comments
APITypesRailA rail can be presented on the left or right side of a container <div class="ui left rail">Left Rail Content</div>
<div class="ui right rail">Right Rail Content</div> <Rail position='left'>Left Rail Content</Rail>
<Rail position='right'>Right Rail Content</Rail> InternalA rail can attach itself to the inside of a container <div class="ui left internal rail">Left Rail Content</div> <Rail internal position='left'>Left Rail Content</Rail> DividingA rail can create a division between itself and a container <div class="ui left dividing rail">Left Rail Content</div> <Rail dividing position='left'>Left Rail Content</Rail> VariationsAttachedA rail can appear attached to the main viewport <div class="ui left attached rail">Left Rail Content</div> <Rail attached position='left'>Left Rail Content</Rail> CloseA rail can appear closer to the main viewport <div class="ui left close rail">Left Rail Content</div>
<div class="ui left very close rail">Left Rail Content</div> <Rail close position='left'>Left Rail Content</Rail>
<Rail close='very' position='left'>Left Rail Content</Rail> SizeA rail can have different sizes <div class="ui left mini rail">Left Rail Content</div> <Rail position='left' size='mini'>Left Rail Content</Rail>
|
No comment, API looks great. On the SUI side of things, I'm not sure what the sizes are supposed to do. They don't seem to change anything for me. |
* (feat) Rail #181 * (feat) Rail #181 * (feat) Rail docs #181 * (fix) Sort Rail props #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail sizes #181 * (fix) Rail sizes in docs #181 * (fix) Statistic * (feat) Statistic Item * (feat) Statistic Label and Value * (feat) Statistic Group * (fix) Statistic fix sizes * (fix) Statistic functionality * (fix) Statistic docs * (fix) Statistic lint fixes * (fix) Statistic tests * (Statistic) Remove shorthands * (utils) Update numberToWord * (Statistic) Fix returned JSX * (utils) Update numberToWord, fix imports * (Statistic) Update widths usage * (Statistic) Fix JSDoc * (Statistic) Update `rest` prop * (utils) implementsNumberToWordProp test * (Statistic) Test update * fix(Statistic) Fix example
* (feat) Rail Semantic-Org#181 * (feat) Rail Semantic-Org#181 * (feat) Rail docs Semantic-Org#181 * (fix) Sort Rail props Semantic-Org#181 * (fix) Rail review fixes Semantic-Org#181 * (fix) Rail review fixes Semantic-Org#181 * (fix) Rail review fixes Semantic-Org#181 * (fix) Rail sizes Semantic-Org#181 * (fix) Rail sizes in docs Semantic-Org#181
* (feat) Rail Semantic-Org#181 * (feat) Rail Semantic-Org#181 * (feat) Rail docs Semantic-Org#181 * (fix) Sort Rail props Semantic-Org#181 * (fix) Rail review fixes Semantic-Org#181 * (fix) Rail review fixes Semantic-Org#181 * (fix) Rail review fixes Semantic-Org#181 * (fix) Rail sizes Semantic-Org#181 * (fix) Rail sizes in docs Semantic-Org#181 * (fix) Statistic * (feat) Statistic Item * (feat) Statistic Label and Value * (feat) Statistic Group * (fix) Statistic fix sizes * (fix) Statistic functionality * (fix) Statistic docs * (fix) Statistic lint fixes * (fix) Statistic tests * (Statistic) Remove shorthands * (utils) Update numberToWord * (Statistic) Fix returned JSX * (utils) Update numberToWord, fix imports * (Statistic) Update widths usage * (Statistic) Fix JSDoc * (Statistic) Update `rest` prop * (utils) implementsNumberToWordProp test * (Statistic) Test update * fix(Statistic) Fix example
* (feat) Rail #181 * (feat) Rail #181 * (feat) Rail docs #181 * (fix) Sort Rail props #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail sizes #181 * (fix) Rail sizes in docs #181 * fix(Grid) Initial of update to v1 API * fix(Grid) Classname fix * fix(Grid) First test * fix(Grid) More docs * feat(Grid) More docs * fix(Grid) More docs and prop fixes * fix(Grid) More docs * fix(Grid) More docs * fix(Grid) More docs * fix(Grid) More docs * fix(Grid) Tests * fix(Grid) Update aligned prop, introduce textAlign and verticalAlign * fix(Grid) Update columns prop * fix(Grid) Remove divider from docs * fix(Grid) Fixes in docs * fix(Grid) Fixes in JSDoc * fix(Grid) Fixes in JSDoc * fix(Grid) Fixes in tests * fix(Grid) Fixes in docs
* (feat) Rail #181 * (feat) Rail #181 * (feat) Rail docs #181 * (fix) Sort Rail props #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail sizes #181 * (fix) Rail sizes in docs #181 * (feat) Step Title * feat(Step) Step component * feat(Step) Step component * feat(Step) Step component * feat(Step) Examples and implements * feat(Step) Fix * fix(Step) Refactor fragment * feat(Step) Shorthand props * feat(Step) More docs and feats * feat(Parts) Title & Description * feat(Parts) Move code to parts * feat(Parts) Step cleanup * fix(Step) Fix doc and prop * fix(Step) Fix for content * fix(Step) Fix examples and components * fix(Step) Fix comment * fix(Step) Fix prop and tests * fix(Step) Content test * feat(Step) Tests for group * feat(Step) Tests for Step * fix(Step) Add test for children * fix(Step) Update example * fix(Step) Remove library from _meta * fix(Step) Fix link example * fix(Step) Update components, docs and tests
* (feat) Rail #181 * (feat) Rail #181 * (feat) Rail docs #181 * (fix) Sort Rail props #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail review fixes #181 * (fix) Rail sizes #181 * (fix) Rail sizes in docs #181 * (feat) Step Title * feat(Step) Step component * feat(Step) Step component * feat(Step) Step component * feat(Step) Examples and implements * feat(Step) Fix * fix(Step) Refactor fragment * feat(Step) Shorthand props * feat(Step) More docs and feats * feat(Parts) Title & Description * feat(Parts) Move code to parts * feat(Parts) Step cleanup * fix(Step) Fix doc and prop * fix(Step) Fix for content * fix(Step) Fix examples and components * fix(Step) Fix comment * fix(Step) Fix prop and tests * fix(Step) Content test * feat(Step) Tests for group * feat(Step) Tests for Step * fix(Step) Add test for children * fix(Step) Update example * fix(Step) Remove library from _meta * fix(Step) Fix link example * fix(Step) Update components, docs and tests
http://semantic-ui.com/elements/rail.html
The text was updated successfully, but these errors were encountered: