babel-plugin-styled-components
Improve the debugging experience and add server-side rendering support to styled-components
Last updated 3 years ago by probablyup .
MIT · Repository · Original npm
$ cnpm install babel-plugin-styled-components 
SYNC missed versions from official npm registry.

babel-plugin-styled-components

This plugin is a highly recommended supplement to the base styled-components library, offering some useful features:

  • consistently hashed component classNames between environments (a must for server-side rendering)
  • better debugging through automatic annotation of your styled components based on their context in the file system, etc.
  • various types of minification for styles and the tagged template literals styled-components uses

Quick start

Install the plugin first:

npm install --save-dev babel-plugin-styled-components

Then add it to your babel configuration:

{
  "plugins": ["babel-plugin-styled-components"]
}

Changelog

See Github Releases

Documentation

The documentation for this plugin lives on the styled-components website!

License

Licensed under the MIT License, Copyright © 2016-present Vladimir Danchenkov and Maximilian Stoiber.

See LICENSE.md for more information.

Current Tags

  • 2.0.7                                ...           latest (3 years ago)

13 Versions

  • 2.0.7                                ...           3 years ago
  • 2.0.1-test                                ...           4 years ago
  • 2.0.6                                ...           4 years ago
  • 1.13.2-test.1                                ...           4 years ago
  • 1.13.3                                ...           4 years ago
  • 1.10.5-gatsby                                ...           6 years ago
  • 1.7.2                                ...           7 years ago
  • 1.10.1-0                                ...           7 years ago
  • 1.10.1-ej2                                ...           6 years ago
  • 1.10.2-ej8                                ...           6 years ago
  • 1.8.0-1                                ...           7 years ago
  • 1.12.0                                ...           5 years ago
  • 1.10.7                                ...           6 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org