0.0.1 • Published 6 years ago

gatsby-theme-antdsite v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Introduction

You can custom antd-website in a config, just like Vuepress

Usage

npm install gatsby react react-dom antd gatsby-theme-antdsite

Set theme in your gatsby-config.js

{
  module.exports = {
    __experimentalThemes: [`gatsby-theme-antdsite`],
  };
}