Skip to content

Latest commit

 

History

History
 
 

Selector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HTML + CSS

This field is extremely attractive for any type of form. It consists of a simple set of radio type inputs together with labels. You can configure it to have backgrounds or descriptions. It makes use of Flex to give an attractive point to the widths of the options.

<div class="Selector">
    <input type="radio" title="Pablo"   name="selector">
    <input type="radio" title="Édouard" name="selector">
    <input type="radio" title="Gustave" name="selector">
</div>