2.3.1 • Published 1 year ago

@blackcube/aurelia2-rgaa v2.3.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

Blackcube Aurelia 2 rgaa toolkit

Allow easy setup of rgaa attributes

Using it:

npm install @blackcube/aurelia2-rgaa

Registering it in app

import Aurelia, { ConsoleSink, LoggerConfiguration, LogLevel} from 'aurelia';
import { AriaConfiguration } from "@blackcube/aurelia2-rgaa";
import { MyApp } from './my-app';
Aurelia
    .register(RgaaConfiguration)
    .register(LoggerConfiguration.create({
        level: LogLevel.trace,
        colorOptions: 'colors',
        sinks: [ConsoleSink]
    }))
    .app(MyApp)
    .start();
2.3.0

1 year ago

2.3.1

1 year ago

2.2.2

1 year ago

2.1.1

1 year ago