gatsby-plugin-dev-ribbon

1.0.4 • Public • Published

gatsby-plugin-dev-ribbon

npm npm

Gatsbyで作成しているサイトにリボンをつけることができます。開発環境と本番環境を区別するのに便利です。

インストール

npm install gatsby-plugin-dev-ribbon

または

yarn add gatsby-plugin-dev-ribbon

使い方

plugins: [
  {
    resolve: `gatsby-plugin-dev-ribbon`,
    options: {
      text: `develop`,
      color: `red`,
      position: `left`,
    },
  },
];

オプション

text: 任意の文字列

position: left, right, left-bottom, right-bottom

color: red, orange, green, black

Package Sidebar

Install

npm i gatsby-plugin-dev-ribbon

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

12.2 kB

Total Files

6

Last publish

Collaborators

  • jun.fukagawa