Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
66 views

I started a small project in react + webpack in which I tried to use the components proposed by Semantic UI, here, I set up a small search form which contains an icon proposed by Semantic UI, but at ...
Tahus's user avatar
  • 1
0 votes
0 answers
113 views

I'm trying to resurrect an older Laravel project (5.8.38) that used Semantic UI for styling the user interface. Since Semantic UI is no longer being developed, I'm also switching to Fomantic UI. I'd ...
Tench's user avatar
  • 537
1 vote
1 answer
193 views

Since a few days, our web app using React 16.14 with Semantic UI React (v.2.0.3) shows a strange behavior: When I select an option from the opening dropdown, the option is selected but the dropdown ...
SparkFountain's user avatar
0 votes
1 answer
51 views

I have component button <button type="button" className="button button_size_large button_color_primary button_type_fill"> <Icon className="button__icon" type=...
Garo Gabrielyan's user avatar
0 votes
1 answer
41 views

I would like to align my toggle in the middle of the line together with other form elements like input boxes. Here is the HTML: .ui.toggle.checkbox { display: inline-flex; align-items: ...
Simon Giesen's user avatar
1 vote
1 answer
150 views

I'm using semantic-ui-react in a create-react-app based React app. I ran into an issue where simply using components like <CardGroup> or <StepGroup> throws a generic, and unfortunately ...
mike's user avatar
  • 193
2 votes
1 answer
92 views

I cannot use Dropdown/Modal from Semantic UI in Next.js. The code below can't work properly (no response when clicking the button) 'use client'; import Image from "next/image"; import * as ...
Error_Yuan's user avatar
0 votes
1 answer
167 views

I am trying to create a chat page with React. The UI is pretty similar to Chatgpt. There is a leftbar, a toggle button that opens and closes the leftbar and the chat component. The toggle is ...
Zubayr Khalid's user avatar
0 votes
1 answer
54 views

How do you use the menu() function in semanticPage() to change the content of the ui page based on which menu_item() is selected? And how to always show it regardless of which ui page is selected? As ...
JoshuaA's user avatar
  • 62
1 vote
1 answer
113 views

I wonder if anybody can give me advice how to approach the situation when I need to access DOM elements directly while I am also using VUE.JS. I use Fomantic-UI framework (fork of dead Semantic UI). A ...
Martin's user avatar
  • 13
0 votes
0 answers
46 views

I am working on a website that handles inputs from logged-in users in the USA and Chile. Since the users are logged-in, the code knows the culture of each user. In the date-picker in the form on the ...
WhatsInAName's user avatar
0 votes
2 answers
94 views

I'm trying to build a web app that can perform a semantic search using natural language and return the answer as a result. Using response.data.results, I am able to see the caption text in the ...
Kenneth's user avatar
  • 13
0 votes
2 answers
131 views

I am using Semantic UI dropdown and DataTables in a Laravel controller function. I am sending an ajax request to a route and receive JSON data (containing a table row) with one of the keys (columns) ...
geekasso's user avatar
  • 416
0 votes
1 answer
170 views

I'm encountering an issue with a Semantic UI dropdown in my Rails 7 application that I'm developing using a CDN. Despite my efforts, the dropdown is not working as expected. Below is the relevant code:...
Afaq Shahid Khan's user avatar
0 votes
1 answer
104 views

I'm using semantic ui react for my date input. I need to change the calendar icon color of the input. Is it possible ? here is my code <Input id="fromDate" name="fromDate" ...
RuLee's user avatar
  • 303

15 30 50 per page
1
2 3 4 5
182