Skip to content

Commit

Permalink
Update "text-inputs" page (#1897)
Browse files Browse the repository at this point in the history
Automatically generated. Merged on Netlify CMS.
  • Loading branch information
natalia-fitzgerald authored Jan 26, 2024
1 parent 1babfb3 commit 835ad24
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/pages/text-inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,22 @@ variation_groups:
<div class="m-form-field">
<input class="a-text-input a-text-input__full"
type="text"
id="full-textinput-example">
id="full-textinput-example"
placeholder="Placeholder text"
value="Input text">
</div>
- variation_is_deprecated: false
variation_name: Text input (with button)
variation_description: Use for simple forms where a full filter isn’t necessary.
variation_code_snippet: |-
variation_code_snippet: >-
<div class="o-form__input-w-btn">
<div class="o-form__input-w-btn_input-container">
<input class="a-text-input" type="text" title="Test input">
<div class="o-form__input-w-btn_input-container"> <input class="a-text-input a-text-input__full"
type="text"
id="full-textinput-example"
placeholder="Placeholder text"
value="Input text">
</div>
<div class="o-form__input-w-btn_btn-container">
<button class="a-btn">Search</button>
Expand Down

0 comments on commit 835ad24

Please sign in to comment.