Skip to content

react-go/preset-antd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@react-go/preset-antd

React Go preset for Ant Design

Usage

Install:

# npm
npm install @react-go/preset-antd
# yarn
yarn add @react-go/preset-antd

Config:

// react-go.config.js
module.exports = {
  presets: [
    require('@react-go/preset-antd')(options),
  ],
};

Options:

  • theme {object} [optional]

    Customize antd theme, example:

    {
      '@primary-color': '#1DA57A',
    }

About

React Go preset for Ant Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published