Awesome
VSCode React Emotion Snippet
Installation
Follow the installation steps here and reload VSCode
Usage
Simply write emo
for
import styled from "react-emotion";
emoc
for
import { css } from "react-emotion";
emosc
for
import styled, { css } from "react-emotion";
Who should use this?
- EmotionJS who use ReactJs
- And maybe more?
Where does this snippet runs?
.js
.jsx
.ts
.tsx
Release Notes
0.1.0
Added support for .jsx
, and .tsx
0.0.1
Initial release
For more information
- Github
- Got a question? Submit an issue
Contributing
- Submit an idea
- Make a pull request
Related
Enjoy!