diff --git a/components/lib/toolbar/BaseToolbar.vue b/components/lib/toolbar/BaseToolbar.vue
new file mode 100644
index 000000000..ccee98a41
--- /dev/null
+++ b/components/lib/toolbar/BaseToolbar.vue
@@ -0,0 +1,57 @@
+
diff --git a/components/lib/toolbar/Toolbar.d.ts b/components/lib/toolbar/Toolbar.d.ts
index 668180840..8f50f5064 100755
--- a/components/lib/toolbar/Toolbar.d.ts
+++ b/components/lib/toolbar/Toolbar.d.ts
@@ -62,6 +62,11 @@ export interface ToolbarProps {
* @type {ToolbarPassThroughOptions}
*/
pt?: ToolbarPassThroughOptions;
+ /**
+ * When enabled, it removes component related styles in the core.
+ * @defaultValue false
+ */
+ unstyled?: boolean;
}
/**
diff --git a/components/lib/toolbar/Toolbar.vue b/components/lib/toolbar/Toolbar.vue
index 47a014c3d..1e92a9c3b 100755
--- a/components/lib/toolbar/Toolbar.vue
+++ b/components/lib/toolbar/Toolbar.vue
@@ -1,49 +1,22 @@
-