Questions tagged as 'semantic-ui'

0
answers

Twitter Bootstrap vs. Semantic UI

Can anyone tell you what the difference is between these libraries? I've seen that Semantic has more advantages than Bootstrap but it would be nice to know if anyone knows the two and knows how to compare features, solutions, or APIs. lin...
asked by 14.02.2017 / 22:09
0
answers

How to create a modal with remote content in Semantic-UI?

With Bootstrap I know you can create a modal with remote content as follows: <li><a data-toggle="modal" href="exemplo.html" data-target="#exemplo">Exemplo</a></li> Is there something like this in Semantic ui? The off...
asked by 12.02.2016 / 15:39
1
answer

Doubt about the map function

I have this object { "alunos": [ { "aluno": { "id": 1, "nome": "Genevieve Sipes", "status": "Ativo" }, "mensalidade": { "status...
asked by 28.01.2018 / 20:37
2
answers

transition navbar semantic-ui

I want to create a transition in navbar (menu), when I scroll the page scroll, I do not know the name of the effect but it's this one (it just rolls down and the navbar is solid with a white background, or roll up it dissolves with a fade out...
asked by 16.01.2018 / 20:01
1
answer

Full-Width Image Grid / Container with Semantic-UI

I know the question is a bit abstract, but how to do it: With Semantic-UI ? That is, a set of borderless and borderless thumbs, occupying 100% of the width and responsive way? I did here , but it was not very cool, you had a space on...
asked by 20.08.2016 / 09:54
1
answer

Semantic-ui, checkbox with no action on form

I created a form using Semantic-Ui, but I can not enable the checkboxes, do I need any specific javascript for these elements? <tableclass="ui table"> <thead> <tr> <th class="four wide column">Acesso</t...
asked by 09.09.2017 / 13:17
1
answer

Navbar with scroll using SemanticUI

I need to make a navbar fixed top. When the user scrolls the page the navbar should keep on top but in a smaller size, displaying only the icons and omitting the texts. I need it to be done in SemanticUI because it is the system specification. B...
asked by 25.11.2016 / 22:52
1
answer

Semantic UI menu Stick error: "Sticky: Element is hidden, you must call refresh after element becomes visible"

I am using Semantic UI , and when using Menu Sticky , when it is "hidden" for resolutions lower than 630px, with the code below: @media all and (max-width: 630px){ #top_menu { display: none; } #m_btn{...
asked by 04.05.2016 / 16:50
1
answer

How do I display loading while the page is loading with Semantic UI?

Well, I just saw in the semantic site the loading topic, where the various types of loadings, but I was not sure how I would do it so that when the content was being loaded it would take that loading and when it was fully loaded it loses itself...
asked by 24.12.2017 / 03:26
1
answer

How to increase font in Semantic UI

I'm starting to use Semantic UI and wanted to know if it's possible to change the size of the font, because I found it very small and I've been looking in Settings from Semantic's own website and I did not find anything. I want to increase th...
asked by 25.04.2017 / 18:56