New components

This commit is contained in:
khatabwedaa
2021-12-02 11:50:53 +02:00
parent 6a0d030cdf
commit c9b425bfb5
12 changed files with 792 additions and 3 deletions

View File

@@ -21,6 +21,16 @@ export default [
{ name: "LoginWithSideImage" },
],
},
{
name: "Breadcrumbs",
components: [
{ name: "Simple" },
{ name: "WithArrow" },
{ name: "WithIcons" },
{ name: "FullWidth" },
{ name: "FullWidthWithIcons" },
],
},
{
name: "Buttons",
components: [
@@ -106,6 +116,15 @@ export default [
{ name: "ParagraphWithImage" },
],
},
{
name: "Tabs",
components: [
{ name: "Line" },
{ name: "LineWithIcons" },
{ name: "EndClosed" },
{ name: "EndClosedWithIcons" },
],
},
{
name: "Pricing",
components: [