Skip to content

Commit

Permalink
Help block support
Browse files Browse the repository at this point in the history
Addresses dwightwatson#51
  • Loading branch information
inxilpro committed Jul 20, 2016
1 parent 396c252 commit 7ca0f98
Show file tree
Hide file tree
Showing 2 changed files with 896 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,7 @@ BootForm::submit('Login');
// Pretty simple.
BootForm::close();
```

### Help Text

You may pass a `help_text` option to any field to have [Bootstrap Help Text](https://getbootstrap.com/css/#forms-help-text) appended to the rendered form group.
Loading

0 comments on commit 7ca0f98

Please sign in to comment.