@frankframework/angular-components
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Angular Components

A collection of reusable components designed for use in Frank!Framework projects, based on new proposed FF!Reference designs.

How to use

Install the package from NPM (coming soon)

npm install @frankframework/angular-components

Then import one of the components that you'd like to use or import the LibraryModule into the component(s) that needs to use it.

Import the stylesheet into styles.scss using:

@use '@frankframework/angular-components';

Dark theme

The dark theme is set up to work whenever <body class="ff-dark-theme"> is present on the HTML document. But if you'd like to have it work under a custom classname then you should add this to your styles.scss:

body.custom-name {
  @import '@frankframework/angular-components/styles/dark_theme';
}

Readme

Keywords

none

Package Sidebar

Install

npm i @frankframework/angular-components

Weekly Downloads

3

Version

1.2.0

License

Apache-2.0

Unpacked Size

1.94 MB

Total Files

30

Last publish

Collaborators

  • jacodg
  • mhdirkse
  • philipsens
  • matthbo
  • frankframework-bot