An open API service indexing awesome lists of open source software.

https://github.com/tenphi/gatsby-plugin-hide-undefined-elements

A Gatsby plugin to hide undefined (not-yet-defined) Web Components and Custom Elements.
https://github.com/tenphi/gatsby-plugin-hide-undefined-elements

css custom-elements gatsby plugin web-components

Last synced: 2 months ago
JSON representation

A Gatsby plugin to hide undefined (not-yet-defined) Web Components and Custom Elements.

Awesome Lists containing this project

README

          

# gatsby-plugin-hide-undefined-elements

A [Gatsby](https://github.com/gatsbyjs/gatsby) plugin to hide undefined (not-yet-defined) Web Components and Custom Elements.

## Install
Install this module via **npm**:

```sh
npm install gatsby-plugin-hide-undefined-elements
```

## How to use

There are no options for the plugin. Just add `gatsby-plugin-hide-undefined-elements` to the `plugins` section of the `gatsby-config.js`:

```javascript
// gatsby-config.js

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

## See more

- [gatsby-plugin-numl](https://github.com/tenphi/gatsby-plugin-numl) - Plugin to inject Numl Design System to your Gatsby project.

## Sponsors

- [Numl Design System Framework](https://numl.design) - A customizable design system based on Web Components.