Skip to content
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

How do I create input group using the InputGroup Facade in Laravel 5 ? #313

Closed
cyrusolu opened this issue Sep 1, 2016 · 3 comments
Closed

Comments

@cyrusolu
Copy link

cyrusolu commented Sep 1, 2016

No description provided.

@PatrickRose
Copy link
Collaborator

I don't understand the problem - what have you tried and what isn't working?

On 1 Sep 2016 02:34, "Adeolu Adeyemi" notifications@github.com wrote:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#313, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABmozIcnPylZQ3Qup4f-bhNV9qYA45PFks5qliuygaJpZM4JyOsB
.

@cyrusolu
Copy link
Author

cyrusolu commented Sep 1, 2016

I want to create this
<div class="form-group control-width-normal"> <div class="input-group date" id="demo-date"> <div class="input-group-content"> <input type="text" class="form-control"> <label>Datepicker</label> </div> <span class="input-group-addon"><i class="fa fa-calendar"></i></span> </div> </div>
however, there is no documentation for it. Where can I get a full documentation showing how to use each Form Facade ?

@PatrickRose
Copy link
Collaborator

The documentation is linked in the readme.

InputGroup::withContents(Form::date('date'))->append('<i class="fa fa-calendar"></i>'>;

should be right - though you may need to tinker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants