UNPKG

kits-core

Version:
26 lines (19 loc) 800 B
# PTag ## How to using it? - Import ``` import PTag from 'components/uielements/PTag'; ``` - Using ``` <PTag name={"Segment Stats"} /> ``` - Declare props |#ID |Property Name |Description |Default | |--- |--- |--- |--- | |1. |type |type `success`, `primary` |primary | |2. |key |Key to defined component render |p-tag-key | |3. |id |id of DOM element |p-tag-id | |4. |className |Class for element | | |5. |styleName |Style for label of tag | | - Notes: