Skip to content
/ styco Public
forked from Agreon/styco

Transform Tags with style-props to styled components

Notifications You must be signed in to change notification settings

6c737133/styco

 
 

Repository files navigation

StyCo README

Transform JSX-Tags with style-props to styled components.

VSCode Marketplace: Link

Demo

Demo

Usage

Either use the command StyCo with CTRL + P or the code action with CTRL + . while in the line of the style-attribute.

Configuration

There are several options that can be found in the options.

  • orderStyleByName: Order styles by name alphabetically. (default: false)
  • saveAfterExecute: Save the file after command execution. (default: true)
  • disableCodeAction: Don't show a CodeAction if a style-Attribute is found. (default: false)

About

Transform Tags with style-props to styled components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.7%
  • JavaScript 13.3%