0.2.8 • Published 9 years ago
react-semanticui-modal v0.2.8
#react-semantic-modal
Make you use semantic modal in your react project freely.
React component for semantic-ui modal
Less dependencies, more flexbile
##Install Install with npm
npm install react-semanticui-modal##Usage
import Modal from "react-semanticui-modal"Then pass the <Modal> any settings and callbacks param you want which semantic-ui modal supports. param details see Modal Setting. For now just support the section of modal settings and callbacks, other params aren't tested.
About the children of <Modal>, it should be a formal semantic modal html code, wrapped by <Modal> and everything will be ok.
Want to see more? please enter the fold example and have a try