kodobe-react-tag
v2.0.1
Published
Kodobe React Tag
Downloads
5
Readme
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" />
<Tag text="Tag 2" />
</div>
);
}
Options
- title: (string, required)
- style: style object
- className: string