项目作者: gautamsi

项目描述 :
Office Fabric UI components for Aurelia
高级语言: TypeScript
项目地址: git://github.com/gautamsi/aurelia-OfficeUIFabric.git
创建时间: 2016-01-31T10:13:40Z
项目社区:https://github.com/gautamsi/aurelia-OfficeUIFabric

开源协议:MIT License

下载


aurelia-OfficeUIFabric

Office Fabric UI components for Aurelia
Following is working - look at sample/dist/welcome.html for examples, almost all api is tested on this page

  • Button
  • List
  • List Item
    • List Item Action - so that you can add click events
  • Persona
  • SearchBox - with optional Search button which fires search event on mousedown
  • Spinner
  • Overlay (needs improvement)
  • NavBar
  • ContextualMenu
  • Label
  • Panel

How to run the sample

  1. cmd
  2. git clone
  3. cd aurelia-OfficeUIFabric
  4. npm install
  5. jspm install -y
  6. cd sample
  7. jspm install -y
  8. npm install
  9. cd..
  10. gulp serve

Usage

To install the plugin in your Aurelia project, install it using the jspm command

  1. jspm install github:gautamsi/aurelia-OfficeUIFabric

Afterwards, you can extend your main.ts with the following code snippet that loads the plugin (assuming you are using the Aurelia Skeleton):

  1. aurelia.use.plugin('gautamsi/aurelia-OfficeUIFabric');