react-semantify
react-semantify copied to clipboard
Integrate Semantic-ui with react components.
I've included the dependencies as shown above, but I still get the error "Cannot read property 'Component' of undefined". What am I doing wrong?
The suggested includes in the root-level README.me are very out of date - semantic v1.2.0 rather than 2.2.2, the current version. This means that, if you use those includes, many...
How can I toggle modal visibility by passing attribute ? I want to have this modal and toggle visibility by passing `this.props.show` ``` import {Component} from 'react'; import {Modal} from...
dropdown should also apply to `select` ``` Select Country Afghanistan ``` with init ``` $('select.dropdown') .dropdown() ; ``` http://semantic-ui.com/collections/form.html#dropdown
Hi Jessy1092, wanted to see if you might want to switch over and contribute here https://github.com/TechnologyAdvice/stardust Cheers!
I'm trying to install react-semantify in a fresh react-boilerplate project, node 6.0.0/npm 3.9 but I get the following error: ``` $ npm install react-semantify ├── [email protected] extraneous └── UNMET PEER...
Hey Man, Great job so far, I was thinking about making something exactly like this, so I'm really glad I found someone already working on it. However I would really...
It is generally believed that it is not very good practise to use features on such early stages, why do you do that?
Thanks for this wonderful package. I have a question concerning handling of refs on form elements. How can I approach this? I need a value from the input control. Thanks!
For #6 to track the document. http://jessy1092.github.io/react-semantify - Basic - [x] Getting Started. - Elements - [x] Button - [x] Divider - [x] Flag - [ ] Header - [x]...