React Emotion snippets for VS Code.
The following snippets are provided by this package. If you have ideas of other snippets that would be helpful, please open an issue.
Prefix | Method | Prefix meaning |
---|---|---|
ies→ |
import styled from '@emotion/core' |
Import Emotion styled |
iec→ |
import { css, jsx } from '@emotion/core' |
Import Emotion css |
iej→ |
import { jsx } from '@emotion/core' |
Import Emotion jsx |
Create Emotion style
const style = css`
`
Create Emotion component
/** @jsx jsx **/
import { jsx } from '@emotion/core'
function Component(props) {
}
Thanks goes to these wonderful people (emoji key):
Mark Skelton 💻 🤔 📖 |
Sungdong Jo 📖 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!