Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-fabric-ui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-fabric-ui

Gatsby plugin for the Fabric UI framework

1.0.4
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

gatsby-plugin-fabric-ui

Gatsby plugin for the Office Fabric UI framework. Adds the boilerplate needed for server-side rendering, which Gatsby performs during gatsby build.

Installation

npm install office-ui-fabric-react gatsby-plugin-fabric-ui

Usage

After installing the plugin, add it to your site's config file:

gatsby-config.js

module.exports = {
    plugins: ['gatsby-plugin-fabric-ui'],
};

Then you can use any of the components as usual:

import React from 'react';
import { DefaultButton } from 'office-ui-fabric-react';

const Index = () => (
    <div>
        <DefaultButton>Hello, world!</DefaultButton>
    </div>
);

export default Index;

See the test folder for an example Gatsby site.

Compatibility

Currently only tested with:

  • react v16
  • gatsby v2
  • office-ui-fabric-react v6

Contributing

  • Clone this repo.
  • npm install
  • Make changes to gatsby-ssr.jsx. Please also prettier via npm run format.
  • To test your changes, run the sample project:
cd test
npm install
npm run build # test that SSR works properly
npm run develop # launches the sample site
  • In the main package, you can also run npm test.

Keywords

gatsby

FAQs

Package last updated on 06 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.