Hjkun77 / atomPackage

snippets for atom

Home Page:https://atom.io/packages/html-shorcuts-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-shortcuts-react

install

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 html

tags for use with tab.

sect

  <section>${1}</section>

a

  <a href="">${1}</a>

Command line for React.js

ric

import React, { Component } from 'react'

ril

import { Link } from 'react-router'

rif

import ${1} from ''

Tags for html complete in wiki of proyect. wiki Proyect

Snippets for React complete in wiki of proyect. wiki Proyect

License

MIT © Fredy Bustos

Thanks to @fredybustos for the base repository

About

snippets for atom

https://atom.io/packages/html-shorcuts-react

License:MIT License


Languages

Language:JavaScript 95.3%Language:CSS 4.7%