Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tatuarvela/wisp

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tatuarvela/wisp

Window manager and widget toolkit

  • 4.3.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Wisp icon Wisp

Repository GitHub issues npm License Created at Nitor

Wisp is a window manager and a widget toolkit which allows building web applications that look and feel like desktop applications.

Wisp comes with a set of ready controls and components you can use to build your imitation desktop experience. You can also create your own theme and components to tune the look and feel to your liking.

Installation

Dependencies

Wisp is made for use with React, and uses styled-components for theming.

npm install react react-dom styled-components

Usage

Add a Wisp component to your React component, and give it some Window components as children. The containing component needs to have a width and a height.

<div className="App">
  <Wisp>
    <Window id="hello world" title="Hello World">
      Check out Wisp
    </Window>
  </Wisp>
</div>

FAQs

Package last updated on 13 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc