4.1.1 ā€¢ Published 2 months ago

@finastra/angular-components v4.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

npm.io

@finastra/angular-components stackblitz

The Finastra Angular components are the Angular implementation of the Finastra Design System. It features Finastra's branding of components (global search, data visualization, repeater, filters...).

šŸ¤” How to use it?

You can get started in 3 simple steps:

Install the dependency (Note that the Angular components require our Angular Material theme.

npm install @finastra/angular-components

Import the required component in your project

import { ScrollToTopModule } from '@finastra/angular-components/scroll-to-top';
ā€¦
@NgModule ({ā€¦
    imports: [ā€¦,
    ScrollToTopModule,
ā€¦]
})

Add the component in your HTML like so

<uxg-scroll-to-top></uxg-scroll-to-top>

šŸ’” Components' theme

For more "advanced" components, you may require to import their themes SASS mixins. Find below a sample of what your main styles.scss would look :

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

@use '@finastra/angular-components/global-search/src/global-search.theme' as global-search;

@include fds.uxg-core();

// Add components typography mixins inside this mixin
@mixin app-typography($typography) {
  @include global-search.typography($typography);
}

// Add components theme mixins inside this mixin
@mixin app-theme($theme) {
    @include fds.uxg-material-theme($theme);
    @include global-search.theme($theme);
}

@include app-typography(fds.$typography);

@include app-theme(fds.$light-theme);

@media (prefers-color-scheme: dark) {
    @include app-theme(fds.$dark-theme);
}

šŸ’Œ Want to help?

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

4.1.1

2 months ago

4.1.0

3 months ago

4.0.0-alpha.5

7 months ago

4.0.0

7 months ago

4.0.0-alpha.4

11 months ago

4.0.0-alpha.3

12 months ago

4.0.0-alpha.1

1 year ago

4.0.0-alpha.2

1 year ago

3.11.2

1 year ago

3.8.2

2 years ago

3.9.0

1 year ago

3.8.1

2 years ago

3.8.0

2 years ago

3.10.0

1 year ago

3.7.2

2 years ago

3.7.1

2 years ago

3.6.0

2 years ago

3.4.0

2 years ago

3.5.1

2 years ago

3.5.0

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

2.7.0

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.5.0

2 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

1.5.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.23.21

3 years ago

0.23.19

3 years ago