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

@localstack/integrations

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localstack/integrations

The official integrations package for the LocalStack design system

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@localstack/integrations

The @localstack/integrations package delivers a Material UI theme designed to define the fundamental look and feel for LocalStack-related products. Additionally, it offers an event-driven interface to handle events from the official web application at app.localstack.cloud. This is the only theming solution officially supported for LocalStack Extensions.

Usage

Integrate the LocalStackThemeProvider at a high level within your React application to apply the theme.

import { LocalStackThemeProvider } from '@localstack/integrations';

const App = () => {
  return (
    <LocalStackThemeProvider>
      <YourAppContent />
    </LocalStackThemeProvider>
  );
}

FAQs

Package last updated on 11 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