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

@openscreen/ui-kit

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openscreen/ui-kit

Openscreen UI Kit

  • 0.3.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Openscreen's React Component library

This is a public component library built with React, TypeScript, and SCSS. The library is designed to provide a collection of reusable UI components that can be easily integrated into any React application.

Getting started

To get started with using the component library, you can install it from npm:

npm install @openscreen/ui-kit

Once the library is installed, you can import the components into your React application and start using them:

import { Button } from '@openscreen/ui-kit';

function App() {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  );
}

Available Components and Documentation

Coming soon...

License

This component library is licensed under the Apache-2.0 License. See the LICENSE file for more information.

FAQs

Package last updated on 25 Jul 2023

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