3.0.1 • Published 2 years ago

gatsby-theme-ui-timeline-preset v3.0.1

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

A Theme UI preset that contains the configuration used in other Gatsby themes, e.g. gatsby-theme-timeline.

Installation

For an existing site

If you already have a site you'd like to add the theme-ui theme to, you can manually configure it.

  1. Install the theme
npm install gatsby-theme-ui-timeline-preset
  1. Add the configuration to your gatsby-config.js file
// gatsby-config.js
module.exports = {
  plugins: [{
        resolve: `gatsby-plugin-theme-ui`
        options: {
          preset: `gatsby-theme-ui-timeline-preset`
        }}],
}
3.0.1

2 years ago

3.0.0

2 years ago

1.0.0

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago