UNPKG

@dunite/au-fluent-ui

Version:

An Aurelia plugin project that wraps Microsoft Fluent UI React components.

6 lines (4 loc) 119 B
import {bindable} from 'aurelia-framework'; export class HelloWorld { @bindable public message: string = ''; }