Instantly create a styleguide page based on your Theme UI configuration. Zero-config — just install the theme and see your Theme UI config displayed in a beautiful manner.
Read the Source Code.
Also be sure to check out other Free & Open Source Gatsby Themes and my Personal Website.
@lekoarts/gatsby-theme-specimens
under the hood. You can use components from it to extend your styleguide pagenpm install @lekoarts/gatsby-theme-styleguide theme-ui
This theme has theme-ui
defined as a peerDependency
so make sure to also install it if you don't use it already.
This will generate a new site that pre-configures the theme including example content and additional plugins.
npx gatsby new gatsby-starter-styleguide https://github.com/LekoArts/gatsby-starter-styleguide
Key | Default Value | Description |
---|---|---|
basePath | /style-guide | Root url for the theme |
// gatsby-config.mjs
const config = {
plugins: [
{
resolve: `@lekoarts/gatsby-theme-styleguide`,
options: {
basePath: `/`,
}
}
}
]
}
export default config
Please read the guide Shadowing in Gatsby Themes to understand how to customize the theme! Generally speaking you will want to place your files into src/@lekoarts/gatsby-theme-styleguide/
to shadow/override files.
Component | Description |
---|---|
src/template.tsx | Used by createPage function and holds all following components |
src/layout.tsx | Wrapper for adding a page layout (e.g. max-width) |
src/header.tsx | Header for the top of the page ("Style Guide") |
src/colors.tsx | Section for colors |
src/typography.tsx | Section for typography styles |
src/space.tsx | Section for space |
src/footer.tsx | Footer section (holding the theme notice) |
Please keep in mind that you can shadow .tsx
files also with .js
/.jsx
files.
You can find the extensive changelog of changes on GitHub. You'll be able to see each patch, minor, and major changes and what pull requests contributed to them.
If you have general questions or need help with Gatsby, please go to one of the support platforms mentioned in Gatsby's documentation. If you have a specific question about this theme, you can head to the GitHub Discussions of the repository.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on Twitter and share the project with me.
Please star this project, share it on Social Media or consider supporting me on Patreon or GitHub Sponsor!
Version | Tag | Published |
---|---|---|
5.1.0 | latest | 1mo ago |