Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jan 2, 2019
1 parent a01d2da commit 76da5a2
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions docs/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ <h1>

{{ Aire::textarea()->value('Demo text area') }}

{{ Aire::checkbox()->label('Demo check box') }}

{{ Aire::button('Demo Button') }}

{{ Aire::close() }}</code></pre>
Expand All @@ -49,7 +51,7 @@ <h2>Resulting Form</h2>



<div data-validate="true" class="mb-6 " data-aire-group>
<div data-validate="true" class="mb-6" data-aire-group>
<label for="demo"
class="inline-block mb-2 cursor-pointer ">

Expand All @@ -74,7 +76,7 @@ <h2>Resulting Form</h2>
</div>


<div data-validate="true" class="mb-6 " data-aire-group>
<div data-validate="true" class="mb-6" data-aire-group>
<label
class="inline-block mb-2 ">

Expand Down Expand Up @@ -106,7 +108,7 @@ <h2>Resulting Form</h2>
</div>


<div data-validate="true" class="mb-6 " data-aire-group>
<div data-validate="true" class="mb-6" data-aire-group>


<div class="">
Expand All @@ -122,6 +124,26 @@ <h2>Resulting Form</h2>
</div>


<div data-validate="true" class="mb-6" data-aire-group>


<div class="">

<label >
<input
type="checkbox" value="1" data-validate="true"
class="pr-2"
/>
Demo check box
</label>


</div>


</div>


<button
data-validate="true"
class="inline-block font-normal text-center whitespace-no-wrap align-middle select-none border
Expand Down

0 comments on commit 76da5a2

Please sign in to comment.