1.0.1 • Published 5 years ago

tsdev-react-tag v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

tsdev-react-tag

Installation

npm install tsdev-react-tag

Properties

nametypedefaultrequired
disabledboolfalseno
handleOnClosefuncnoopno
idstring'tsdev-tag-{uuid}'no
isClosablebooltrueno
labelstringmy-tagno
labelMaxWidthnumber130no
showValuebooltrueno
subClassstring''no
valuestring, number'123'no

Static Storybook

  • open with browser '/storybook-static/index.html'

Examples

  • open with browser '/dist/examples/index.html'

    Styles

  • '/dist/styles.css'

Functions

handleOnClose(event, tag) => {
	console.log(event);
	console.log(tag)
}