Questions tagged [semantic-ui-react]

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

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


Current version: Semantic UI React (version v0.81.1 as of 2018-06-04)

  • jQuery Free
  • Declarative API
  • Augmentation
  • Shorthand Props
  • Sub Components
  • Auto Controlled State
874 questions
-1
votes
1 answer

Multiple Search Selection Dropdown

Tell me please, how can I set defaultValue in Multiple Search Selection Dropdown? I tried to set array of object like discribe in docs, but I do not receive what I want constructor(props) { super(props); this.state = { specs: [], …
-2
votes
1 answer

What is the purpose of create method in Semantic React UI component

I try to learn more about Semantic React UI. But I have a line code that I don't understand. Can someone explain the purpose of this method to me? Button.create = createShorthandFactory(Button, (value) => ({ content: value })) Here is the codebase…
-2
votes
2 answers

React : How to Show Message if there is no records

I am working on project in ReactJS , I am fetching data from server through API . I did some search filtration , I want to display message if there is no records available? I am beginner to ReactJS and don't have much knowledge related to ReactJS .…
Jon
  • 293
  • 3
  • 11
  • 29
-2
votes
1 answer

Give each tab a different color in Semantic UI React Tab Module?

I would like to give each tab a different color. Similar to this except a different color for each tab.
Ozzy Walsh
  • 877
  • 9
  • 17
1 2 3
58
59