Top "Semantic-ui-react" questions

Semantic-UI-React is the official React integration for Semantic UI

Semantic UI scrollable Segment

I´m using Semantic UI together with ReactJS using the official semantic-ui-react. I want to build a Trello like app …

javascript css semantic-ui semantic-ui-react
Closing React Semantic UI modal with button and close icon

I have a Modal where the user needs to fill in some forms and save whatever was filled in through …

javascript reactjs modal-dialog semantic-ui semantic-ui-react
React Datetime Picker Component with Semantic UI React example

I can't find a React Datetime component with proper documentation. I need a Datetime picker in a React project using …

reactjs datetimepicker semantic-ui semantic-ui-react
How to take inputs from <Input/> in react semantic UI

I've been trying to take inputs from an input field and i used refs(the usual way in react), But …

reactjs semantic-ui semantic-ui-react
Semantic-UI-react fixed sidebar

Have Googled, searched within semantic ui's docs and issues page, and searched within stackoverflow. Couldn't find the answer. Within Semantic-ui-react, …

reactjs semantic-ui semantic-ui-react
Unable to make the Checkbox work with redux-form and react-semantic-ui

I'm trying to use redux-form with react-semantic-ui and is having trouble with the Checkbox component. The Checkbox is not being …

reactjs semantic-ui redux-form semantic-ui-react
Responsive Semantic UI React Grid, Columns, Rows

I'm having trouble making Semantic UI React grid fully responsive, at least respond the way I want for Desktop, Tablet …

css responsive-design grid responsiveness semantic-ui-react
Change styling on hover semantic-ui-react components

if I set up a className for certain components like <Segment className="Change" color='blue' inverted></Segment&…

css reactjs semantic-ui semantic-ui-react
Overriding styles in semantic ui react

I'm using Semantic UI React and trying to figure the best way to override default styles, so that I can …

css semantic-ui-react
How can I test React component's style with Jest + Enzyme?

Alright I have a component called <TestButton />. Inside the <TestButton /> there are two Semantic UI React …

javascript reactjs enzyme jestjs semantic-ui-react