Jump to content
  • 0

Как в materializecss добавить вроде доп текста


mstdmstd
 Share

Question

Всем привет,
Обычное поле с лейблом в materializecss выглядит как :

<div class="row">
<div class="input-field col s12">
<input id="email" class="validate" type="email">
<label for="email" data-error="wrong" data-success="right" class="">Email</label>
</div>
</div>



Подскажите, как можно добавить ниже инпута что-то вроде доп текста:

<p class="help-block">Name of Attribute. Must be unique in system.</p>


Чтобы было красиво и в стиле materializecss ?

Спасибо !

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Ну я походил по страницам materializecss - и там реализации доп текста как мне нужно не нашел.

поэтому и спросил может кто делал или видел похожее...

 

PS. Поделитесь ссылками на снипетсы/расширения с materializecss кроме  http://materializecss.com/...

Link to comment
Share on other sites

  • 0

нужно было искать не готовое решение, а то как это сделано

вот например стили тектса 

    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0,0,0,0.87);

вот стили инпутов:


    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;

и тд

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy