1.0.1 • Published 3 years ago

react-custom-tag v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.0

3 years ago