open_fs_button
v1.0.0
Published
This button will open the current url iframe in a fullscreen popup
Downloads
2
Readme
open_fs_button
This button will open the current url iframe in a fullscreen popup
Install
npm install --save open_fs_button
Usage
import React, { Component } from 'react'
import MyComponent from 'open_fs_button'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © richardlama