diff --git a/components/lib/chip/BaseChip.vue b/components/lib/chip/BaseChip.vue
new file mode 100644
index 000000000..219e5aca4
--- /dev/null
+++ b/components/lib/chip/BaseChip.vue
@@ -0,0 +1,80 @@
+
diff --git a/components/lib/chip/Chip.d.ts b/components/lib/chip/Chip.d.ts
index 38c3e908c..14874484c 100644
--- a/components/lib/chip/Chip.d.ts
+++ b/components/lib/chip/Chip.d.ts
@@ -97,6 +97,11 @@ export interface ChipProps {
* @type {ChipPassThroughOptions}
*/
pt?: ChipPassThroughOptions;
+ /**
+ * When enabled, it removes component related styles in the core.
+ * @defaultValue false
+ */
+ unstyled?: boolean;
}
/**
diff --git a/components/lib/chip/Chip.vue b/components/lib/chip/Chip.vue
index 45b0a6b16..4c847c913 100644
--- a/components/lib/chip/Chip.vue
+++ b/components/lib/chip/Chip.vue
@@ -1,47 +1,25 @@
-
+
-
-
- {{ label }}
+
+
+ {{ label }}
-
+
-
-