Introducing Office UI Fabric

Slides:



Advertisements
Similar presentations
INTRODUCTION TO BUILDING REPORTS Reporting Services.
Advertisements

Silver SponsorsGold Sponsors Bronze Sponsors SharePoint App Model Redefine your SharePoint Customisation Erwin Tsai SharePoint Solution Architect Techfly.
Microsoft ® Official Course Introducing Apps for SharePoint SharePoint Practice Microsoft SharePoint 2013.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
Tulsa SharePoint User Group TulsaSPUG. Agenda Introductions (5 Minutes) Branding Review (25 Minutes) Site Overview (5 Minutes) Office 365 Provisioning.
San Diego 2014 SharePoint Saturday San Diego November 15, 2014 UCSD Extension SharePoint Saturday San Diego November 15, 2014 UCSD Extension.
#SPSSAN June 30, 2012 San Diego Convention Center SHAREPOINT WORKSPACE Don
| | Tel: | | Computer Training & Personal Development Microsoft Office PowerPoint 2007 Expert.
#SPSSAN June 30, 2012 San Diego Convention Center 10 FREE TOOLS YOU SHOULD HAVE IN YOUR SHAREPOINT TOOLBOX.
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
SHAREPOINT BRANDING SHAREPOINT PAKISTAN USER GROUP – FEB 2012.
Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.
Module 1: Overview of Microsoft Office SharePoint Server 2007.
Designing Enterprise Corporate Web Sites using SharePoint 2010 Paul Stubbs Technical Evangelist Microsoft.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Course Overview Introduction Target Audiences Course Structure Virtual PC Demo.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Getting Started with Datazen Microsoft’s New Mobile Dashboard Platform.
Office UI Fabric INTRO. The Pitch The pitch Looks amazing!
Introducing Office UI Fabric Amie Seisay
The New Design Manager! Louis-Philippe Lavoie SharePoint Specialist / What does it mean for you? November.
How to Build a Complete Office Add-in Solution Jinghui Zhang Software Engineer Microsoft Corporation.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
John P White CTO and Co-Founder,
Nicolas Georgeault Solution Architect - CDO Negotium
Jennifer Pearcey eWorld Enterprise (for live demo)
Bhakthi Liyanage SPS Toronto July GOLD BRONZE / PRIZES SILVER.
A Crash Course By TraversyMedia.com
From SharePoint to Office 365 Development
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
Build Client-side web parts for Microsoft SharePoint
SharePoint + CRM Saturday Zurich 2017
Office Add-ins: Make your solution a native part of Office
5/29/2018 1:32 PM Office UI Fabric behind the scenes: Open source Design & Engineering in Office Peter Jahn Senior UX Engineering Manager OneDrive & SharePoint.
Building Custom Application With Office Add-Ins for OneNote
Promoted Links You Get This One For Free!!
GET-ting Your Office 365 Data Using the Microsoft Graph API
Introducing Office UI Fabric
Team Sites vs Office 365 Groups
Use Office UI Fabric React to Build Beauty with SharePoint
Modern web tooling in Visual Studio 2015
What is SharePoint and why you should care
Melbourne Office 365 User Group
Use Office UI Fabric React to Build Beauty with SharePoint
Did your feature got in, out or planned?
Modern UI Extensions with the SharePoint Framework
Working with the SharePoint Framework
Microsoft Ignite /13/2018 7:38 PM BRK2247
Build It and They Will Come: SharePoint 2013 User Adoption
Not Sure how you Should React
SPFx – A modern development tool for SharePoint
Microsoft Planner SharePoint Saturday Pittsburgh August 6, 2016
Make Power BI Your Own with the Power BI APIs
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Multi-Farm, Cross-Continent SharePoint Architecture
Microsoft Ignite /20/2018 2:21 PM
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
SharePoint Framework (SPFx)
Introduction to SharePoint Framework
Please thank our sponsors!
Tech Ed North America /1/2019 2:58 AM Required Slide
All About Office UI Fabric
The SharePoint framework
SharePoint 2019 Overview and Use SPFx Extensions
Getting started with SharePoint Framework
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Blazor A new framework for browser-based .NET apps Ryan Nowak
SharePoint Saturday Kansas City October 19, 2019
Presentation transcript:

Introducing Office UI Fabric Amie Seisay amie@seisayitsolutions.com @AmieSeisay

Thank You Sponsors! GOLD SILVER BRONZE / PRIZES

THANK YOU & See you next year! Join us for SharePint after the event @ 5:30pm 6982 Financial Dr. and don’t forget to submit feedback after each session for your chance to win great prizes at the end of the day! https://www.surveymonkey.com/r/spstoronto2016 Thank you! Toronto Enterprise Collaboration User Group Change Management, Governance, SharePoint, Office 365, Yammer, PowerBI, etc http://www.meetup.com/TSPBUG/ Toronto SharePoint Users Group http://tspug.com/

Background Skills SharePoint Server Farm Architect Developer SharePoint Trainer Credentials Bachelors and Masters in Computer Science MCTS, CTT+, ITIL Company CEO and Founder, Seisay IT Solutions Clients Federal Government County Government Associations Hospital Construction Insurance

Intro to Office UI Fabric Introduced in August 2015 Front end framework used for styling Office365 web apps and Office Add-ins Consists of responsive, mobile friendly design components and styles Based Office Design Language @OfficeUIFabric

Getting started is easy!

Option 1 - Fabric CDN Reference the Fabric CDN in the <head> section of your page <link rel="stylesheet" href="http://appsforoffice.microsoft.com/fabric/2.1.0/fabric.min.css"> <link rel="stylesheet" href="http://appsforoffice.microsoft.com/fabric/2.1.0/fabric.components.min.c ss">

Option 2 - Download GitHub: https://github.com/OfficeDev/Office-UI-Fabric

Option 3 – Package Manager Install with a Package Manager Npm $ npm install office-ui-fabric Bower $ bower install office-ui-fabric NuGet Package Manager PM> Install-Package office-ui-fabric

Framework Features Styles: http://dev.office.com/fabric/styles Typography (size, weight, color) Icons Animations Language Optimized Fonts Responsive Grid

Framework Features Components: http://dev.office.com/fabric/components Breadcrumbs Button Dialog People Picker Spinner

Tools for Development Flexible with the Editors you are already using NotePad ++ SharePoint Designer Visual Studio Visual Code And others… Chrome Extension Fabric Explorer

Demo and Build! Let’s take a look at some samples Next let’s build something together That’s right! Pull out your laptops!!!

Resources Office UI Fabric: http://dev.office.com/fabric Office UI Fabric for iOS: http://dev.office.com/fabric/blog and https://github.com/OfficeDev/Office-UI-Fabric-iOS Code Snippets and Fabric Explorer by David Mann: http://blog.mannsoftware.com/?p=2371