0.0.2 • Published 4 years ago

gatsby-plugin-numl v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

gatsby-plugin-numl

A Gatsby plugin for Numl Design System.

There is no full SSR support at the moment, but you can use it with npm run build without any problem except SEO optimizations.

Install

Install this module via npm:

npm install gatsby-plugin-numl

How to use

There are no options for the plugin. Just add gatsby-plugin-numl to the plugins section of the gatsby-config.js:

// gatsby-config.js

module.exports = {
  plugins: [`gatsby-plugin-numl`],
};

Examples

You learn more about Numl Design System visit the Official Numl Site.

0.0.2

4 years ago

0.0.1

4 years ago