New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@amazon-connect/theme

Package Overview
Dependencies
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amazon-connect/theme

Theme for apps functionality of the Amazon Connect SDK

1.0.2
Source
npm
Version published
Weekly downloads
56
30.23%
Maintainers
6
Weekly downloads
 
Created
Source

Amazon Connect SDK - Theme

The theme package defines and applies the Connect theme when developing with Cloudscape.

Installation

% npm install -P @amazon-connect/theme

Usage

The theme package must be imported once at the entry point of the application.

src/index.ts

import { applyConnectTheme } from "@amazon-connect/theme";

applyConnectTheme();

From then on cloudscape components and design tokens can be used directly from Cloudscape.

src/App.ts

import * as React from "react";
import Button from "@cloudscape-design/components/button";

export default () => {
  return <Button variant="primary">Button</Button>;
}

FAQs

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