2.0.1 • Published 3 years ago

kodobe-react-tag v2.0.1

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago

Kodobe React Tag

This is a simple react tag package

Install

npm install kodobe-react-tag

or

yarn add kodobe-react-tag

Setup

import Tag from 'kodobe-react-tag';

Usage

import Tag from "kodobe-react-tag";

function App() {
    return (
        <div>
            <h3>Here is how to use a tag</h3>
             <br />
            <Tag text="Tag 1" />
            &nbsp;
            <Tag text="Tag 2" />
        </div>
    );
}

Options

  • title: (string, required)
  • style: style object
  • className: string
2.0.1

3 years ago

2.0.0

3 years ago

1.1.3

3 years ago