All Projects → gautamsi → aurelia-OfficeUIFabric

gautamsi / aurelia-OfficeUIFabric

Licence: MIT License
Office Fabric UI components for Aurelia

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to aurelia-OfficeUIFabric

super-minimal-aurelia
A barebones Aurelia + webpack2 build
Stars: ✭ 19 (+5.56%)
Mutual labels:  aurelia
aurelia-cli-electron-app
A basic example of aurelia (cli) running in electron with vscode breakpoint debugging
Stars: ✭ 30 (+66.67%)
Mutual labels:  aurelia
aurelia-firebase
🔥 A Firebase plugin for Aurelia
Stars: ✭ 24 (+33.33%)
Mutual labels:  aurelia
aurelia-form
Fun with forms! Form utilities to make stuff just a bit (a lot) easier.
Stars: ✭ 34 (+88.89%)
Mutual labels:  aurelia
Aurelia-styleguide
Aurelia Style Guide: A starting point for Aurelia development teams to provide consistency through best practices. http://aurelia.io
Stars: ✭ 24 (+33.33%)
Mutual labels:  aurelia
aurelia-mdc-web
Aurelia wrapper for Material Design (Web) Components
Stars: ✭ 43 (+138.89%)
Mutual labels:  aurelia
aurelia-notify
A notification plugin for Aurelia.
Stars: ✭ 14 (-22.22%)
Mutual labels:  aurelia
tests-ionic2-and-aurelia-framework7
Test TODO applications to compare ionic2 and Aurelia + Framework7
Stars: ✭ 14 (-22.22%)
Mutual labels:  aurelia
aurelia-open-id-connect
An aurelia adapter for the IdentityModel/oidc-client-js
Stars: ✭ 54 (+200%)
Mutual labels:  aurelia
aurelia-hacker-news
A recreation of the Hacker News website written in TypeScript and built with Aurelia.
Stars: ✭ 60 (+233.33%)
Mutual labels:  aurelia
aurelia-knockout
Adds support for Knockout binding syntax to make transition from Durandal and Knockout to Aurelia simpler.
Stars: ✭ 22 (+22.22%)
Mutual labels:  aurelia
Aurelia-in-Action
Source code listings for Aurelia in Action
Stars: ✭ 19 (+5.56%)
Mutual labels:  aurelia
aurelia-hoc-store
An Aurelia application showing the use of higher order components and a single state approach.
Stars: ✭ 20 (+11.11%)
Mutual labels:  aurelia
northwind-demo
Breeze demo with .NET and NodeJS servers and Angular, Aurelia, React, and Vue clients
Stars: ✭ 23 (+27.78%)
Mutual labels:  aurelia
aurelia-async-binding
Aurelia async bindingbehavior to consume Observables and Promises
Stars: ✭ 19 (+5.56%)
Mutual labels:  aurelia
aurelia-webpack-electron
a basic aurelia app running in electron with development debugging and hmr
Stars: ✭ 13 (-27.78%)
Mutual labels:  aurelia
aurelia-virtual-scroll
Aurelia Virtual Scroller
Stars: ✭ 15 (-16.67%)
Mutual labels:  aurelia
office-ui-fabric-vue
Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Vue.js
Stars: ✭ 23 (+27.78%)
Mutual labels:  office-ui-fabric
office-mygroups-react
This application shows the list of your Office 365 Groups retrieved using the Microsoft Graph.
Stars: ✭ 27 (+50%)
Mutual labels:  office-ui-fabric
aurelia-mdc-bridge
Aurelia Mdc Bridge is a collection of wrappers for Material Design Components.
Stars: ✭ 19 (+5.56%)
Mutual labels:  aurelia

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 cmd

git clone

cd aurelia-OfficeUIFabric

npm install
jspm install -y

cd sample
jspm install -y
npm install

cd..

gulp serve

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

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):

aurelia.use.plugin('gautamsi/aurelia-OfficeUIFabric');
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].