Semantic is a UI component framework based around useful principles from natural language. Forkable JSFiddle: https://jsfiddle.net/ca0rovs3/
@hammy2899 Excellent! Thank you. This will take me a lot further. I got a bit spoiled using the Predix Sketch template:
https://www.predix-ui.com/#/about/start-designing
Which is quite comprehensive, but largely abandoned. (Which is why I'm adopting Fomantic.)
Hello all:
Sorry, I am quite new to this but I have some questions about Semantic UI and project structure.
dist/semantic.min.css
?Thank you!
All, I've got what could be either Newbie bad luck or a Bug.
I'm trying to add a top label to a row, but when I do so, the label is appearing in the next parent up instead.
imgur link of what i see: https://imgur.com/a/JnmUST5
gist of the code in question: https://gist.github.com/Daenks/854623f22edb1d5c2425836d7a559841
The issue can be created by uncommenting the only commented line.
Am i doing something wrong?
Hey folks, I want to replace the google fonts with some other URL. I googled it and found this out(https://github.com/Semantic-Org/Semantic-UI/issues/6435#issuecomment-398339397). But I don't want to download the links and reference it. I just want to change the URL from google fonts cdn to some other one. Is there any way to do this?
Thanks!
Hi all, I am struggling to work out a way to skip validation rules when submitting a form for 1 button, but not for another. e.g. If I have a submit, preview and save button, I do not want validation for the save button as this is just a "work in progress" save (which avoids work being lost). Is there a straightforward way of doing this?