Skip to main content
Module

x/goober/docs/sidebars.js

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API
Go to Latest
File
module.exports = { docs: [ { type: 'doc', id: 'introduction' }, { type: 'category', label: 'API', collapsed: false, items: [ 'api/styled', 'api/setup', 'api/css', 'api/targets', 'api/extractCss', 'api/createGlobalStyles', 'api/keyframes', 'api/shouldForwardProp' ] }, { type: 'category', label: 'Integrations', collapsed: false, items: [ 'integrations/babel-plugin', 'integrations/babel-macro-plugin', 'integrations/gatsby', 'integrations/preact-cli-plugin', 'integrations/css-prop' ] }, { type: 'category', label: 'Features', collapsed: false, items: [ 'features/checklist', 'features/sharing-style', 'features/autoprefixer', 'features/typescript' ] }, { type: 'doc', id: 'contributing' } ]};