Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

install styled components in Gatsby

npm install gatsby-plugin-styled-components styled-components babel-plugin-styled-components

Also requires this addition to gatsby-config.js
module.exports = {
  plugins: [`gatsby-plugin-styled-components`],
}
Source by www.gatsbyjs.com #
 
PREVIOUS NEXT
Tagged: #install #styled #components #Gatsby
ADD COMMENT
Topic
Name
1+2 =