Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
Add the slider, fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flobb committed Jul 10, 2014
1 parent 808f67c commit 919373c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ First, edit your `composer.json` and add :
...
"require": {
...
"florianbelhomme/foundation-bundle" : ">=1.0.3"
"florianbelhomme/foundation-bundle" : "1.0.*"
...
}
...
Expand Down Expand Up @@ -153,11 +153,11 @@ If you want a specific template :

### Slider (form field type)

In your form type :
You can know use the slider in your forms.
This is an exemple of the field :

```Php
$builder->add('My text', 'text', array('label' => 'Default text'));
$builder->add('My slider', 'slider', array('label' => 'Default text'));
$builder->add('My slider', 'slider', array('label' => 'Slider'));
```

## Feedback
Expand Down

0 comments on commit 919373c

Please sign in to comment.