🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

react-responsive-ui-toolbar

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-ui-toolbar

react responsive toolbar

latest
Source
npmnpm
Version
1.0.0-rc.1
Version published
Maintainers
1
Created
Source

react responsive ui toolbar

Get the AMD module located at react-responsive-ui-toolbar.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'Toolbar': 'react-responsive-ui-toolbar'
  }
});

require(['react', 'Toolbar'], function(React, Toolbar) {

  React.render(React.createElement(Toolbar), document.getElementById('widget-container'));

});

Development

  • Development server npm start.
  • Continuously run tests on file changes npm run watch-test;
  • Run tests: npm test;
  • Build npm run build;

Keywords

react

FAQs

Package last updated on 25 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts