Go to Packages > Settings View > Open
once in settings go to the Install tab and search for html-shorcuts-react
or run command in terminal:
apm install html-shorcuts-react
this is the best atom snippets. A shortcuts html from react developer. you can write and autocomplete with tab html tags, because sometimes it does not work emmet correctly.
tags for use with tab.
<section>${1}</section>
<a href="">${1}</a>
import React, { Component } from 'react'
import { Link } from 'react-router'
import ${1} from ''
Tags for html complete in wiki of proyect. wiki Proyect
Snippets for React complete in wiki of proyect. wiki Proyect
MIT © Fredy Bustos
Thanks to @fredybustos for the base repository
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.