Answer the question
In order to leave comments, you need to log in
Is this design and naming of the form correct in BEM?
<form class="form form_flowers">
<div class="form__group">
<div class="label-group">
<label class="label-group__label" for="test">Текст</label>
</div>
<div class="input-group">
<input class="input-group__input" type="text" id="test">
<span class="input-group__addon">
@
</span>
</div>
</div>
</form>
Answer the question
In order to leave comments, you need to log in
WHO is their parent, i.e. parent block???
class="label-group
class="input-group
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question