C
C
cyberlain2016-02-12 10:29:45
css
cyberlain, 2016-02-12 10:29:45

What classes do you call the building blocks of websites using the BEM methodology?

For example, a logotype in a header or a password water field in an authorization form? ) Maybe someone even has a list of such prepared classes)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Q
qbacknn, 2016-02-12
@qbacknn

usually these are enough:
vovanr.com/frontend-elements-dictionary

M
Maxim Gatilin, 2016-02-18
@gatilin222

Hello, I recently wrote an article on this topic.

L
lavezzi1, 2016-02-12
@lavezzi1

Header - header
Logo - logotype Header
logo - header__logotype (in this wrapper, the logotype block is already placed).
Input form for authorization .form form_authorization (a block of forms with a modifier for authorization, you can generally put it in a separate block)
Input field .form__field

K
Karl Meinhoff, 2016-02-12
@KarleKremen

.container
.content
.header
.heading-logo
.heading-text
.sidebar
.footer
.pass
.login
section.submit-buttons
.caption
.callout

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question