0.2.7 • Published 10 months ago

gatsby-plugin-seed-design v0.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

gatsby-plugin-seed-design

gatsby에서 seed-design을 사용할 수 있어요. (다크모드, stylesheet 지원)

설치

$ npm install gatsby-plugin-seed-design
$ yarn add gatsby-plugin-seed-design

사용법

// gatsby-config 파일에 설정을 넣어줘야해요.
module.exports = {
  plugins: [
    // your plugins...,
    "gatsby-plugin-seed-design",
  ],
};

// 혹은
module.exports = {
  plugins: [
    // your plugins...,
    {
      resolve: "gatsby-plugin-seed-design",
      options: {
        mode: "light-only", // "auto" (default) | "dark-only" | "light-only"
      },
    },
  ],
};
0.2.7

10 months ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago