1.0.1 • Published 4 years ago

react-custom-tag v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-custom-tag

NPM JavaScript Style Guide

Install

npm install --save react-custom-tag

yarn add react-custom-tag

Usage

import * as React from 'react';

import CustomTag from 'react-custom-tag';

const RenderCustomElement = () => {
  return (
    <div>
      <CustomTag tag="my-element">
        <p>children</p>
      </CustomTag>
    </div>
  );
};

License

MIT © https://github.com/mastrero

1.0.1

4 years ago

1.0.0

4 years ago