add-react-fn-component
Version:
Create a react component in your '/src' or '/src/components' directory from the command-line by specifying the components name and HTML element. You can choose to create the component using styled-components boilerplate or an external css importing to the
125 lines (124 loc) • 2.67 kB
JSON
{
"a": "<a>",
"abbr": "<abbr>",
"acronym": "<acronym>",
"address": "<address>",
"applet": "<applet>",
"area": "<area>",
"article": "<article>",
"aside": "<aside>",
"audio": "<audio>",
"b": "<b>",
"base": "<base>",
"basefont": "<basefont>",
"bdi": "<bdi>",
"bdo": "<bdo>",
"big": "<big>",
"blockquote": "<blockquote>",
"body": "<body>",
"br": "<br>",
"button": "<button>",
"canvas": "<canvas>",
"caption": "<caption>",
"center": "<center>",
"cite": "<cite>",
"code": "<code>",
"col": "<col>",
"colgroup": "<colgroup>",
"data": "<data>",
"datalist": "<datalist>",
"dd": "<dd>",
"del": "<del>",
"details": "<details>",
"dfn": "<dfn>",
"dialog": "<dialog>",
"dir": "<dir>",
"div": "<div>",
"dl": "<dl>",
"dt": "<dt>",
"em": "<em>",
"embed": "<embed>",
"fieldset": "<fieldset>",
"figcaption": "<figcaption>",
"figure": "<figure>",
"font": "<font>",
"footer": "<footer>",
"form": "<form>",
"frame": "<frame>",
"frameset": "<frameset>",
"h1": "<h1>",
"h2": "<h2>",
"h3": "<h3>",
"h4": "<h4>",
"h5": "<h5>",
"h6": "<h6>",
"head": "<head>",
"header": "<header>",
"hr": "<hr>",
"html": "<html>",
"i": "<i>",
"iframe": "<iframe>",
"img": "<img>",
"input": "<input>",
"ins": "<ins>",
"kbd": "<kbd>",
"label": "<label>",
"legend": "<legend>",
"li": "<li>",
"link": "<link>",
"main": "<main>",
"map": "<map>",
"mark": "<mark>",
"meta": "<meta>",
"meter": "<meter>",
"nav": "<nav>",
"noframes": "<noframes>",
"noscript": "<noscript>",
"object": "<object>",
"ol": "<ol>",
"optgroup": "<optgroup>",
"option": "<option>",
"output": "<output>",
"p": "<p>",
"param": "<param>",
"picture": "<picture>",
"pre": "<pre>",
"progress": "<progress>",
"q": "<q>",
"rp": "<rp>",
"rt": "<rt>",
"ruby": "<ruby>",
"s": "<s>",
"samp": "<samp>",
"script": "<script>",
"section": "<section>",
"select": "<select>",
"small": "<small>",
"source": "<source>",
"span": "<span>",
"strike": "<strike>",
"strong": "<strong>",
"style": "<style>",
"sub": "<sub>",
"summary": "<summary>",
"sup": "<sup>",
"svg": "<svg>",
"table": "<table>",
"tbody": "<tbody>",
"td": "<td>",
"template": "<template>",
"textarea": "<textarea>",
"tfoot": "<tfoot>",
"th": "<th>",
"thead": "<thead>",
"time": "<time>",
"title": "<title>",
"tr": "<tr>",
"track": "<track>",
"tt": "<tt>",
"u": "<u>",
"ul": "<ul>",
"var": "<var>",
"video": "<video>",
"wbr": "<wbr>"
}