aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/examples
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19Adapt to main changesplaygroundXhmikosR1-12/+10
2020-11-19Add an iOS style list group with switches and chevronsMark Otto1-0/+26
2020-11-19v5: Playground for new ideasMark Otto2-0/+154
WIP effort to look at some components and design choices that could make their way into v5.
2020-11-19examples: fix `.btn-block` instancesXhmikosR3-5/+5
2020-11-15Switch to jsDelivr for the remaining docs assets (#32158)XhmikosR2-6/+6
2020-11-14Add `bs` in data attributesRohit Sharma11-42/+42
- Add `bs` in data APIs everywhere - Update unit tests
2020-10-31Update instances of .font-weight to .fwMark Otto6-10/+10
2020-10-27v5: Floating labels (#30449)Mark Otto2-136/+0
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <[email protected]>
2020-09-10docs(examples): ensure content sits in landmarks (#31579)Gaël Poupard13-787/+799
2020-09-10Fix the remaining instances using the old logos.XhmikosR5-5/+5
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke2-4/+4
* Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <[email protected]>
2020-06-24Floating labels improvements (#30966)Gaël Poupard1-7/+13
* docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS
2020-06-14Update index.htmlJonathan1-2/+2
Hyphen to minus for amount. Hyphen to dash for ranges.
2020-06-14docs(examples): fix pricing exampleGaël Poupard2-17/+10
2020-06-14docs(examples): improve headings hierarchyGaël Poupard1-1/+1
2020-06-14docs(examples): empty alt for screenshots to prevent redundancyGaël Poupard1-1/+1
2020-06-14Run dist on latestMark Otto1-0/+12
2020-06-12v5: Redo blockquote attributions (#30814)Mark Otto1-25/+25
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-05-26examples: remove no longer used classes. (#30894)XhmikosR1-4/+4
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR42-0/+3296
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.