Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 543 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 543 Bytes

Description

This plugin adds Shoelace to your gatsby site.

What is shoelace?

A forward-thinking library of web components.

  • Fully customizable with CSS
  • Built with accessibility in mind
  • Open source

It was designed in New Hampshire by Cory LaViska.

How to install

Install via npm:

npm install --save-dev gatsby-plugin-shoelace

Examples of usage

Add the plugin to your site's config.js file:

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