-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby-plugin-antd available #1708
Comments
found some issues, not ready quite yet |
fixed the issues and tested. Is working properly with gatsby blog starter |
nice! Antd looks like a really nice component library. We don't yet have a way to automatically add community plugins to the website (want to have it pull that info from NPM) but for now, you can add your plugin to https://github.com/gatsbyjs/gatsby/blob/master/docs/docs/plugins.md Perhaps under a "Community Plugins" section? |
I created a pull request #1726 which adds a community plugins section and the gatsby-plugin-antd |
Not sure if this is correct, but I created a plugin to incorporate Ant Design as a plugin. It uses import on demand using babel-plugin-import
https://github.com/bskimball/gatsby-plugin-antd
Let me know if this helps and feel free to add it to the repo.
The text was updated successfully, but these errors were encountered: