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.
- Host: GitHub
- URL: https://github.com/tenphi/gatsby-plugin-hide-undefined-elements
- Owner: tenphi
- Created: 2020-07-22T12:11:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T17:21:46.000Z (over 5 years ago)
- Last Synced: 2025-03-21T23:43:04.624Z (about 1 year ago)
- Topics: css, custom-elements, gatsby, plugin, web-components
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.