Socket
Socket
Sign inDemoInstall

@openscreen/ui-kit

Package Overview
Dependencies
133
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @openscreen/ui-kit

Openscreen UI Kit


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 25 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc