How to use the @pnp/spfx-controls-react/lib/services/ISPService.LibsOrderBy.Title function in @pnp/spfx-controls-react

To help you get started, we’ve selected a few @pnp/spfx-controls-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SharePoint / sp-dev-fx-extensions / samples / react-command-mail-view-as-image / src / extensions / mailViewAsImage / components / MailDetailsDialog.tsx View on Github external
<div>
                                        <label> File name</label>
                                        
                                        <label> Library</label>
                                        
                                    </div>
                                }
                                <br>
                                {this.state.status}
                            
                        
                    
                

                
                     {
                        this.setState({ loading: true, status:  });
                        this.props.submit(this.state);
                    }} /&gt;