react-dev-os

0.1.29 • Public • Published

react-dev-os

NPM version NPM license NPM total downloads NPM monthly downloads

DevOS provides a simple window manager for custom and/or pre-built tools that can easily be added to your current react project.

Install

$ npm install react-dev-os
 # or
$ yarn add react-dev-os

Getting Started

Adding DevOS to your project is simple. Since it is just a React component, we can import it and add it to our component tree. There are a few different props that we can pass down, but for this basic example we will just pass in an array to the tools prop.

import DevOS from "./DevOS";
import tools from "./tools";

const App = () => {
  return (
    <View>
      <Body />
      <DevOS tools={tools} />
    </View>
  );
};

Package Sidebar

Install

npm i react-dev-os

Weekly Downloads

3,517

Version

0.1.29

License

MIT

Unpacked Size

86.3 kB

Total Files

4

Last publish

Collaborators

  • scottyrogers10