3.0.1 • Published 3 years ago

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

Weekly downloads
8
License
MIT
Repository
github
Last release
3 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

3 years ago

3.0.0

3 years ago

1.0.0

4 years ago

0.1.12

5 years ago

0.1.13

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago