You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@finastra/angular-theme

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finastra/angular-theme

Angular Material implementation of the Finastra Design System

7.0.0
latest
Source
npmnpm
Version published
Weekly downloads
204
2%
Maintainers
3
Weekly downloads
 
Created
Source

@finastra/angular-theme stackblitz

The Finastra Angular Theme is the Angular implementation of the Finastra Design System. It features Finastra's branding of foundations (color, typography, icons, logo) and UI elements (buttons, checkbox, input...).

🤔 How to use it?

You can get started in 2 simple steps:

Install the dependencies

npm install @finastra/angular-theme @angular/material

With SASS

The most flexible way of using the angular-theme

@use '@finastra/angular-theme' as fds;
@use '@finastra/angular-theme/base';

@include fds.uxg-core();
@include fds.uxg-material-theme(fds.$light-theme);

With CSS pre-built themes

Choose between light, dark or all-theme

@import '@finastra/angular-theme/prebuilt-theme/all-theme';

💌 Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! consider reading our contribution guidelines

FAQs

Package last updated on 26 Jun 2025

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