import React from 'react';
import BlockUi from 'react-block-full-ui'
class Fancy extends React.Component {
constructor(props){
this.state({loading:false})
}
render() {
return (
<div>
<BlockUi show={this.state.loading} />
This is so Fancy!
</div>
);
}
}
export default Fancy;
-
Notifications
You must be signed in to change notification settings - Fork 0
License
FelipeGaos/react-block-full-ui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published