diff --git a/review/fix-react-attributes/404.html b/review/fix-react-attributes/404.html index 2edebc1e0d3..c58ebdeaf30 100644 --- a/review/fix-react-attributes/404.html +++ b/review/fix-react-attributes/404.html @@ -1 +1 @@ -
Closable
\n \n Link\n \n \nClosable
\n \n Link\n \n \nPermanent
\n \n Link\n \nPermanent
\n \n Link\n \n(Default) Alert
\n \n Link\n \n \n(Default) Alert
\n \n Link\n \n \nInline
\n \n Link\n \n \nInline
\n \n Link\n \n \nClosable
\n \n Link\n \n \nClosable
\n \n Link\n \n \nPermanent
\n \n Link\n \nPermanent
\n \n Link\n \n(Default) Alert
\n \n Link\n \n \n(Default) Alert
\n \n Link\n \n \nInline
\n \n Link\n \n \nInline
\n \n Link\n \n \n<db-accordion-item title="(Default) Collapsed">
+DB UI Mono
<db-accordion-item title="(Default) Collapsed">
(Default) Collapsed
</db-accordion-item>
undefined
<DBAccordionItem title="(Default) Collapsed">
(Default) Collapsed
@@ -6,4 +6,4 @@
(Default) Collapsed
</DBAccordionItem>
<db-accordion-item headline="Open" [open]="true">Open</db-accordion-item>
undefined
<DBAccordionItem headline="Open" open>
Open
-</DBAccordionItem>
<DBAccordionItem headline="Open" :open="true">Open</DBAccordionItem>
\ No newline at end of file
+</DBAccordionItem>
<DBAccordionItem headline="Open" :open="true">Open</DBAccordionItem>
<db-accordion-item headline="Enabled (Default)/Hover/Pressed">
+DB UI Mono
<db-accordion-item headline="Enabled (Default)/Hover/Pressed">
Enabled (Default)/Hover/Pressed
</db-accordion-item>
undefined
<DBAccordionItem headline="Enabled (Default)/Hover/Pressed">
Enabled (Default)/Hover/Pressed
@@ -6,4 +6,4 @@
Enabled (Default)/Hover/Pressed
</DBAccordionItem>
<db-accordion-item headline="Disabled" [disabled]="true">Disabled</db-accordion-item>
undefined
<DBAccordionItem headline="Disabled" disabled>
Disabled
-</DBAccordionItem>
<DBAccordionItem headline="Disabled" :disabled="true">Disabled</DBAccordionItem>
\ No newline at end of file
+</DBAccordionItem>
<DBAccordionItem headline="Disabled" :disabled="true">Disabled</DBAccordionItem>
<db-accordion-item headline="Functional">Functional</db-accordion-item>
<details id="OVERWRITE_DEFAULT_ID" class="db-accordion-item">
+DB UI Mono
<db-accordion-item headline="Functional">Functional</db-accordion-item>
<details id="OVERWRITE_DEFAULT_ID" class="db-accordion-item">
<summary>Functional</summary>
<div>Functional</div>
</details>
<DBAccordionItem headline="Functional">Functional</DBAccordionItem>
<DBAccordionItem headline="Functional">Functional</DBAccordionItem>
<db-accordion-item headline="(Default) Regular">
@@ -13,4 +13,4 @@
</DBAccordionItem>
<db-accordion-item headline="Expressive">Expressive</db-accordion-item>
<details id="OVERWRITE_DEFAULT_ID" class="db-accordion-item">
<summary>Expressive</summary>
<div>Expressive</div>
-</details>
<DBAccordionItem headline="Expressive">Expressive</DBAccordionItem>
<DBAccordionItem headline="Expressive">Expressive</DBAccordionItem>
\ No newline at end of file
+</details>
<DBAccordionItem headline="Expressive">Expressive</DBAccordionItem>
<DBAccordionItem headline="Expressive">Expressive</DBAccordionItem>
For general installation and configuration look at the ngx-components package.
// app.component.ts
@@ -22,4 +22,4 @@ With Content ProjectionWith attributeswith-attributes anchor link
<!-- app.component.html -->
<db-accordion-item title="Title" content="Content"></db-accordion-item>
-
For general installation and configuration look at the components package.
<!-- index.html -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/accordion-item/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description cmp-accordion
🔁 db-accordion-item
The old accordion was just 1 item, we split it to combine multiple accordion-items into 1 accordion (which is another component) propsprops anchor link
-
Before Status After Description summary
🔁 title
The title/summary of the details element. emphasis
❌ ❌ There is no emphasis anymore. size
❌ ❌ Controlled by the tonality. 🆕 disabled
Disable the component. 🆕 content
Pass in a simple string as fallback to normal children/slot 🆕 slotTitle
Pass in a custom title (only required for React)
Before | Status | After | Description |
---|---|---|---|
summary | 🔁 | title | The title/summary of the details element. |
emphasis | ❌ | ❌ | There is no emphasis anymore. |
size | ❌ | ❌ | Controlled by the tonality. |
🆕 | disabled | Disable the component. | |
🆕 | content | Pass in a simple string as fallback to normal children/slot | |
🆕 | slotTitle | Pass in a custom title (only required for React) |
For general installation and configuration look at the react-components package.
For general installation and configuration look at the v-components package.
<db-accordion>
+DB UI Mono
<db-accordion>
<db-accordion-item headline="Item 1" content="Content 1"></db-accordion-item>
<db-accordion-item headline="Item 2" content="Content 2"></db-accordion-item>
<db-accordion-item headline="Item 3" content="Content 3"></db-accordion-item>
@@ -22,4 +22,4 @@
<DBAccordionItem headline="Item 1" content="Content 1" />
<DBAccordionItem headline="Item 2" content="Content 2" />
<DBAccordionItem headline="Item 3" content="Content 3" />
-</DBAccordion>
\ No newline at end of file
+</DBAccordion>
<db-accordion>
+DB UI Mono
<db-accordion>
<db-accordion-item headline="Item 1" content="Content 1"></db-accordion-item>
<db-accordion-item headline="Item 2" content="Content 2"></db-accordion-item>
<db-accordion-item headline="Item 3" content="Content 3"></db-accordion-item>
@@ -34,4 +34,4 @@
<DBAccordionItem headline="Item 1" content="Content 1" />
<DBAccordionItem headline="Item 2" content="Content 2" />
<DBAccordionItem headline="Item 3" content="Content 3" />
-</DBAccordion>
\ No newline at end of file
+</DBAccordion>
<db-accordion>
+DB UI Mono
<db-accordion>
<db-accordion-item title="Item 1" content="Content 1"></db-accordion-item>
<db-accordion-item title="Item 2" content="Content 2"></db-accordion-item>
<db-accordion-item title="Item 3" content="Content 3"></db-accordion-item>
@@ -22,4 +22,4 @@
<DBAccordionItem title="Item 1" content="Content 1" />
<DBAccordionItem title="Item 2" content="Content 2" />
<DBAccordionItem title="Item 3" content="Content 3" />
-</DBAccordion>
\ No newline at end of file
+</DBAccordion>
For general installation and configuration look at the ngx-components package.
// app.component.ts
-import { DBAccordion } from '@db-ui/ngx-components';
+import { DBAccordion, DBAccordionItem } from '@db-ui/ngx-components';
@Component({
// ...
standalone: true,
- imports: [..., DBAccordion],
+ imports: [..., DBAccordion, DBAccordionItem],
// ...
})
@@ -18,4 +18,4 @@ For general installation and configuration look at the components package.
<!-- index.html -->
@@ -19,4 +19,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/accordion/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration look at the react-components package.
// App.tsx
-import { DBAccordion } from "@db-ui/react-components";
+import { DBAccordion, DBAccordionItem } from "@db-ui/react-components";
const App = () => (
<DBAccordion>
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/accordion/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration look at the v-components package.
<!-- App.vue -->
<script>
-import { DBAccordion } from "@db-ui/v-components";
+import { DBAccordion, DBAccordionItem } from "@db-ui/v-components";
</script>
<template>
@@ -13,4 +13,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/accordion/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-alert type="alert" headline="Headline" [link]="{'href':'#','text':'Link'}" [click]="()=>{alert('click close button')}">Closable</db-alert>
<div class="db-alert" data-type="alert">
+DB UI Mono
<db-alert type="alert" headline="Headline" [link]="{'href':'#','text':'Link'}" [click]="()=>{alert('click close button')}">Closable</db-alert>
<div class="db-alert" data-type="alert">
<strong class="db-alert-headline">Headline</strong>
<p class="db-alert-content">Closable</p>
<a
@@ -46,4 +46,4 @@
behaviour="permanent"
>
Permanent
-</DBAlert>
<DBAlert type="alert" headline="Headline" :link="{'href':'#','text':'Link'}" behaviour="permanent">Permanent</DBAlert>
\ No newline at end of file
+</DBAlert>
<DBAlert type="alert" headline="Headline" :link="{'href':'#','text':'Link'}" behaviour="permanent">Permanent</DBAlert>
<db-alert type="alert" icon="account" headline="Headline" [link]="{'href':'#','text':'Link'}">Headline & Text & Link & Icon</db-alert>
<div class="db-alert" data-type="alert" data-icon="account">
+DB UI Mono
<db-alert type="alert" icon="account" headline="Headline" [link]="{'href':'#','text':'Link'}">Headline & Text & Link & Icon</db-alert>
<div class="db-alert" data-type="alert" data-icon="account">
<strong class="db-alert-headline">Headline</strong>
<p class="db-alert-content">Headline & Text & Link & Icon</p>
<a
@@ -76,4 +76,4 @@
>
Close Button
</button>
-</div>
<DBAlert>Text</DBAlert>
<DBAlert>Text</DBAlert>
\ No newline at end of file
+</div>
<DBAlert>Text</DBAlert>
<DBAlert>Text</DBAlert>
<db-alert headline="Headline" [link]="{'href':'#','text':'Link'}">Functional</db-alert>
<div class="db-alert">
+DB UI Mono
<db-alert headline="Headline" [link]="{'href':'#','text':'Link'}">Functional</db-alert>
<div class="db-alert">
<strong class="db-alert-headline">Headline</strong>
<p class="db-alert-content">Functional</p>
<a
@@ -64,4 +64,4 @@
</button>
</div>
<DBAlert headline="Headline" link={{ href: "#", text: "Link" }}>
Expressive
-</DBAlert>
<DBAlert headline="Headline" :link="{'href':'#','text':'Link'}">Expressive</DBAlert>
\ No newline at end of file
+</DBAlert>
<DBAlert headline="Headline" :link="{'href':'#','text':'Link'}">Expressive</DBAlert>
<db-alert type="alert" headline="Headline" [link]="{'href':'#','text':'Link'}">(Default) Alert</db-alert>
<div class="db-alert" data-type="alert">
+DB UI Mono
<db-alert type="alert" headline="Headline" [link]="{'href':'#','text':'Link'}">(Default) Alert</db-alert>
<div class="db-alert" data-type="alert">
<strong class="db-alert-headline">Headline</strong>
<p class="db-alert-content">(Default) Alert</p>
<a
@@ -42,4 +42,4 @@
</button>
</div>
<DBAlert type="inline" headline="Headline" link={{ href: "#", text: "Link" }}>
Inline
-</DBAlert>
<DBAlert type="inline" headline="Headline" :link="{'href':'#','text':'Link'}">Inline</DBAlert>
\ No newline at end of file
+</DBAlert>
<DBAlert type="inline" headline="Headline" :link="{'href':'#','text':'Link'}">Inline</DBAlert>
<db-alert type="alert" icon="account" headline="Headline" [link]="{'href':'#','text':'Link'}">(Default) Adaptive</db-alert>
<div class="db-alert" data-type="alert" data-icon="account">
+DB UI Mono
<db-alert type="alert" icon="account" headline="Headline" [link]="{'href':'#','text':'Link'}">(Default) Adaptive</db-alert>
<div class="db-alert" data-type="alert" data-icon="account">
<strong class="db-alert-headline">Headline</strong>
<p class="db-alert-content">(Default) Adaptive</p>
<a
@@ -160,4 +160,4 @@
link={{ href: "#", text: "Link" }}
>
Warning
-</DBAlert>
<DBAlert type="alert" variant="warning" headline="Headline" :link="{'href':'#','text':'Link'}">Warning</DBAlert>
\ No newline at end of file
+</DBAlert>
<DBAlert type="alert" variant="warning" headline="Headline" :link="{'href':'#','text':'Link'}">Warning</DBAlert>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-alert headline="Headline">Alert</db-alert>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -23,4 +23,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/alert/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -9,4 +9,4 @@classvariant ➡ typevariant--type anchor link
Before Status After Description alert
🔁 alert
Default alert with different look status
❌ ❌ Status can be changed by variants
🆕 inline
New styling with shadow and rounded corners (like card) type ➡ variantstype--variants anchor link
-
Before Status After Description 🆕 adaptive
Default: change colors based on background error
🔁 critical
'Red' colored alert to show error messages informative
🔁 informational
'Blue' colored alert to show information messages warning
🔁 warning
'Yellow' colored alert to show warning messages success
🔁 successful
'Green' colored alert to show success messages
Before | Status | After | Description |
---|---|---|---|
🆕 | adaptive | Default: change colors based on background | |
error | 🔁 | critical | 'Red' colored alert to show error messages |
informative | 🔁 | informational | 'Blue' colored alert to show information messages |
warning | 🔁 | warning | 'Yellow' colored alert to show warning messages |
success | 🔁 | successful | 'Green' colored alert to show success messages |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/alert/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/alert/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-badge>(Default) Text</db-badge>
<span class="db-badge">(Default) Text</span>
<DBBadge>(Default) Text</DBBadge>
<DBBadge>(Default) Text</DBBadge>
<db-badge size="medium">(Default) Text - Medium</db-badge>
<span class="db-badge" data-size="medium">
+DB UI Mono
<db-badge>(Default) Text</db-badge>
<span class="db-badge">(Default) Text</span>
<DBBadge>(Default) Text</DBBadge>
<DBBadge>(Default) Text</DBBadge>
<db-badge size="medium">(Default) Text - Medium</db-badge>
<span class="db-badge" data-size="medium">
(Default) Text - Medium
</span>
<DBBadge size="medium">(Default) Text - Medium</DBBadge>
<DBBadge size="medium">(Default) Text - Medium</DBBadge>
<db-badge [noContent]="true">Dot - Small</db-badge>
<span class="db-badge">Dot - Small</span>
<DBBadge noContent>Dot - Small</DBBadge>
<DBBadge :noContent="true">Dot - Small</DBBadge>
<db-badge [noContent]="true" size="medium">Dot - Medium</db-badge>
<span class="db-badge" data-size="medium">
Dot - Medium
@@ -12,4 +12,4 @@
Icon - Medium
</DBBadge>
<DBBadge example="icon" size="medium">
Icon - Medium
-</DBBadge>
\ No newline at end of file
+</DBBadge>
<db-badge>(Default) Weak</db-badge>
<span class="db-badge">(Default) Weak</span>
<DBBadge>(Default) Weak</DBBadge>
<DBBadge>(Default) Weak</DBBadge>
<db-badge emphasis="strong">Strong</db-badge>
<span class="db-badge" data-emphasis="strong">
+DB UI Mono
<db-badge>(Default) Weak</db-badge>
<span class="db-badge">(Default) Weak</span>
<DBBadge>(Default) Weak</DBBadge>
<DBBadge>(Default) Weak</DBBadge>
<db-badge emphasis="strong">Strong</db-badge>
<span class="db-badge" data-emphasis="strong">
Strong
-</span>
<DBBadge emphasis="strong">Strong</DBBadge>
<DBBadge emphasis="strong">Strong</DBBadge>
\ No newline at end of file
+</span>
<DBBadge emphasis="strong">Strong</DBBadge>
<DBBadge emphasis="strong">Strong</DBBadge>
<db-badge example="number">Numbers</db-badge>
<span class="db-badge">Numbers</span>
<DBBadge example="number">Numbers</DBBadge>
<DBBadge example="number">Numbers</DBBadge>
<db-badge example="number">Numbers</db-badge>
<span class="db-badge">Numbers</span>
<DBBadge example="number">Numbers</DBBadge>
<DBBadge example="number">Numbers</DBBadge>
<db-badge placement="inline">(Default) Inline</db-badge>
<span class="db-badge" data-placement="inline">
+DB UI Mono
<db-badge placement="inline">(Default) Inline</db-badge>
<span class="db-badge" data-placement="inline">
(Default) Inline
</span>
<DBBadge placement="inline">(Default) Inline</DBBadge>
<DBBadge placement="inline">(Default) Inline</DBBadge>
<db-badge placement="corner-top-left">Corner - Top - Left</db-badge>
<span class="db-badge" data-placement="corner-top-left">
Corner - Top - Left
@@ -12,4 +12,4 @@
Corner - Center - Right
</span>
<DBBadge placement="corner-center-right">Corner - Center - Right</DBBadge>
<DBBadge placement="corner-center-right">Corner - Center - Right</DBBadge>
<db-badge placement="corner-bottom-right">Corner - Bottom- Right</db-badge>
<span class="db-badge" data-placement="corner-bottom-right">
Corner - Bottom- Right
-</span>
<DBBadge placement="corner-bottom-right">Corner - Bottom- Right</DBBadge>
<DBBadge placement="corner-bottom-right">Corner - Bottom- Right</DBBadge>
\ No newline at end of file
+</span>
<DBBadge placement="corner-bottom-right">Corner - Bottom- Right</DBBadge>
<DBBadge placement="corner-bottom-right">Corner - Bottom- Right</DBBadge>
<db-badge>(Default) Adaptive</db-badge>
<span class="db-badge">(Default) Adaptive</span>
<DBBadge>(Default) Adaptive</DBBadge>
<DBBadge>(Default) Adaptive</DBBadge>
<db-badge variant="neutral">Neutral</db-badge>
<span class="db-badge" data-variant="neutral">
+DB UI Mono
<db-badge>(Default) Adaptive</db-badge>
<span class="db-badge">(Default) Adaptive</span>
<DBBadge>(Default) Adaptive</DBBadge>
<DBBadge>(Default) Adaptive</DBBadge>
<db-badge variant="neutral">Neutral</db-badge>
<span class="db-badge" data-variant="neutral">
Neutral
</span>
<DBBadge variant="neutral">Neutral</DBBadge>
<DBBadge variant="neutral">Neutral</DBBadge>
<db-badge variant="critical">Critical</db-badge>
<span class="db-badge" data-variant="critical">
Critical
@@ -50,4 +50,4 @@
Warning Strong
</DBBadge>
<DBBadge variant="warning" emphasis="strong">
Warning Strong
-</DBBadge>
\ No newline at end of file
+</DBBadge>
<db-badge>(Default) Small</db-badge>
<span class="db-badge">(Default) Small</span>
<DBBadge>(Default) Small</DBBadge>
<DBBadge>(Default) Small</DBBadge>
<db-badge size="medium">Medium</db-badge>
<span class="db-badge" data-size="medium">
+DB UI Mono
<db-badge>(Default) Small</db-badge>
<span class="db-badge">(Default) Small</span>
<DBBadge>(Default) Small</DBBadge>
<DBBadge>(Default) Small</DBBadge>
<db-badge size="medium">Medium</db-badge>
<span class="db-badge" data-size="medium">
Medium
-</span>
<DBBadge size="medium">Medium</DBBadge>
<DBBadge size="medium">Medium</DBBadge>
\ No newline at end of file
+</span>
<DBBadge size="medium">Medium</DBBadge>
<DBBadge size="medium">Medium</DBBadge>
<db-badge>Functional</db-badge>
<span class="db-badge">Functional</span>
<DBBadge>Functional</DBBadge>
<DBBadge>Functional</DBBadge>
<db-badge>(Default) Regular</db-badge>
<span class="db-badge">(Default) Regular</span>
<DBBadge>(Default) Regular</DBBadge>
<DBBadge>(Default) Regular</DBBadge>
<db-badge>Expressive</db-badge>
<span class="db-badge">Expressive</span>
<DBBadge>Expressive</DBBadge>
<DBBadge>Expressive</DBBadge>
<db-badge>Functional</db-badge>
<span class="db-badge">Functional</span>
<DBBadge>Functional</DBBadge>
<DBBadge>Functional</DBBadge>
<db-badge>(Default) Regular</db-badge>
<span class="db-badge">(Default) Regular</span>
<DBBadge>(Default) Regular</DBBadge>
<DBBadge>(Default) Regular</DBBadge>
<db-badge>Expressive</db-badge>
<span class="db-badge">Expressive</span>
<DBBadge>Expressive</DBBadge>
<DBBadge>Expressive</DBBadge>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-badge>Badge</db-badge>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -6,4 +6,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/badge/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/badge/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/badge/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-brand>Functional</db-brand>
<div class="db-brand">
+DB UI Mono
<db-brand>Functional</db-brand>
<div class="db-brand">
<a href="/">
<img
class="db-logo"
@@ -31,4 +31,4 @@
/>
</a>
Expressive
-</div>
<DBBrand>Expressive</DBBrand>
<DBBrand>Expressive</DBBrand>
\ No newline at end of file
+</div>
<DBBrand>Expressive</DBBrand>
<DBBrand>Expressive</DBBrand>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-brand>Brand</db-brand>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -6,4 +6,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/brand/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/brand/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/brand/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-button>(Default) Auto Width</db-button>
<button class="db-button">(Default) Auto Width</button>
<DBButton>(Default) Auto Width</DBButton>
<DBButton>(Default) Auto Width</DBButton>
<db-button width="full">Width full</db-button>
<button class="db-button" data-width="full">
+DB UI Mono
<db-button>(Default) Auto Width</db-button>
<button class="db-button">(Default) Auto Width</button>
<DBButton>(Default) Auto Width</DBButton>
<DBButton>(Default) Auto Width</DBButton>
<db-button width="full">Width full</db-button>
<button class="db-button" data-width="full">
Width full
-</button>
<DBButton width="full">Width full</DBButton>
<DBButton width="full">Width full</DBButton>
\ No newline at end of file
+</button>
<DBButton width="full">Width full</DBButton>
<DBButton width="full">Width full</DBButton>
<db-button>(Default) Text</db-button>
<button class="db-button">(Default) Text</button>
<DBButton>(Default) Text</DBButton>
<DBButton>(Default) Text</DBButton>
<db-button icon="account">Icon & Text</db-button>
<button class="db-button" data-icon="account">
+DB UI Mono
<db-button>(Default) Text</db-button>
<button class="db-button">(Default) Text</button>
<DBButton>(Default) Text</DBButton>
<DBButton>(Default) Text</DBButton>
<db-button icon="account">Icon & Text</db-button>
<button class="db-button" data-icon="account">
Icon & Text
</button>
<DBButton icon="account">Icon & Text</DBButton>
<DBButton icon="account">Icon & Text</DBButton>
<db-button icon="account" [noText]="true">Icon</db-button>
<button class="db-button is-icon-text-replace" data-icon="account">
Icon
</button>
<DBButton icon="account" noText>
Icon
-</DBButton>
<DBButton icon="account" :noText="true">Icon</DBButton>
\ No newline at end of file
+</DBButton>
<DBButton icon="account" :noText="true">Icon</DBButton>
<db-button>(Default) Medium</db-button>
<button class="db-button">(Default) Medium</button>
<DBButton>(Default) Medium</DBButton>
<DBButton>(Default) Medium</DBButton>
<db-button size="small">Small</db-button>
<button class="db-button" data-size="small">
+DB UI Mono
<db-button>(Default) Medium</db-button>
<button class="db-button">(Default) Medium</button>
<DBButton>(Default) Medium</DBButton>
<DBButton>(Default) Medium</DBButton>
<db-button size="small">Small</db-button>
<button class="db-button" data-size="small">
Small
-</button>
<DBButton size="small">Small</DBButton>
<DBButton size="small">Small</DBButton>
\ No newline at end of file
+</button>
<DBButton size="small">Small</DBButton>
<DBButton size="small">Small</DBButton>
<db-button>(Default) Enabled</db-button>
<button class="db-button">(Default) Enabled</button>
<DBButton>(Default) Enabled</DBButton>
<DBButton>(Default) Enabled</DBButton>
<db-button [disabled]="true">Disabled</db-button>
<button class="db-button" disabled="">
+DB UI Mono
<db-button>(Default) Enabled</db-button>
<button class="db-button">(Default) Enabled</button>
<DBButton>(Default) Enabled</DBButton>
<DBButton>(Default) Enabled</DBButton>
<db-button [disabled]="true">Disabled</db-button>
<button class="db-button" disabled="">
Disabled
-</button>
<DBButton disabled>Disabled</DBButton>
<DBButton :disabled="true">Disabled</DBButton>
\ No newline at end of file
+</button>
<DBButton disabled>Disabled</DBButton>
<DBButton :disabled="true">Disabled</DBButton>
<db-button>Functional</db-button>
<button class="db-button">Functional</button>
<DBButton>Functional</DBButton>
<DBButton>Functional</DBButton>
<db-button>(Default) Regular</db-button>
<button class="db-button">(Default) Regular</button>
<DBButton>(Default) Regular</DBButton>
<DBButton>(Default) Regular</DBButton>
<db-button>Expressive</db-button>
<button class="db-button">Expressive</button>
<DBButton>Expressive</DBButton>
<DBButton>Expressive</DBButton>
<db-button>Functional</db-button>
<button class="db-button">Functional</button>
<DBButton>Functional</DBButton>
<DBButton>Functional</DBButton>
<db-button>(Default) Regular</db-button>
<button class="db-button">(Default) Regular</button>
<DBButton>(Default) Regular</DBButton>
<DBButton>(Default) Regular</DBButton>
<db-button>Expressive</db-button>
<button class="db-button">Expressive</button>
<DBButton>Expressive</DBButton>
<DBButton>Expressive</DBButton>
<db-button variant="primary">Primary</db-button>
<button class="db-button" data-variant="primary">
+DB UI Mono
<db-button variant="primary">Primary</db-button>
<button class="db-button" data-variant="primary">
Primary
</button>
<DBButton variant="primary">Primary</DBButton>
<DBButton variant="primary">Primary</DBButton>
<db-button>Outlined (Adaptive)</db-button>
<button class="db-button">Outlined (Adaptive)</button>
<DBButton>Outlined (Adaptive)</DBButton>
<DBButton>Outlined (Adaptive)</DBButton>
<db-button variant="solid">Solid (Adaptive)</db-button>
<button class="db-button" data-variant="solid">
Solid (Adaptive)
</button>
<DBButton variant="solid">Solid (Adaptive)</DBButton>
<DBButton variant="solid">Solid (Adaptive)</DBButton>
<db-button variant="text">Text (Adaptive)</db-button>
<button class="db-button" data-variant="text">
Text (Adaptive)
-</button>
<DBButton variant="text">Text (Adaptive)</DBButton>
<DBButton variant="text">Text (Adaptive)</DBButton>
\ No newline at end of file
+</button>
<DBButton variant="text">Text (Adaptive)</DBButton>
<DBButton variant="text">Text (Adaptive)</DBButton>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-button variant="primary">Button</db-button>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -8,4 +8,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/button/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -11,4 +11,4 @@sizesvariantsvariants anchor link
Before Status After Description primary
❌ ❌ not valid anymore, use outlined
buttons for those purposesbrand-primary
🔁 primary
secondary-outline
🔁 outlined
secondary-solid
🔁 solid
tertiary-plain
🔁 text
iconsicons anchor link
-
Before Status After Description iconAfter
❌ ❌ not valid anymore, for buttons only icons before text are allowed iconOnly
🔁 noText
Before | Status | After | Description |
---|---|---|---|
iconAfter | ❌ | ❌ | not valid anymore, for buttons only icons before text are allowed |
iconOnly | 🔁 | noText |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/button/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/button/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-card variant="interactive" spacing="small" colorVariant="adaptive">
+DB UI Mono
<db-card variant="interactive" spacing="small" colorVariant="adaptive">
(Default) adaptive
</db-card>
undefined
<DBCard variant="interactive" spacing="small" colorVariant="adaptive">
(Default) adaptive
@@ -40,4 +40,4 @@
informational
</DBCard>
<DBCard colorVariant="informational" variant="interactive" spacing="small">
informational
-</DBCard>
\ No newline at end of file
+</DBCard>
<db-card>(Default) No Spacing</db-card>
<div class="db-card">(Default) No Spacing</div>
<DBCard>(Default) No Spacing</DBCard>
<DBCard>(Default) No Spacing</DBCard>
<db-card spacing="medium">Medium</db-card>
<div class="db-card" data-spacing="medium">
+DB UI Mono
<db-card>(Default) No Spacing</db-card>
<div class="db-card">(Default) No Spacing</div>
<DBCard>(Default) No Spacing</DBCard>
<DBCard>(Default) No Spacing</DBCard>
<db-card spacing="medium">Medium</db-card>
<div class="db-card" data-spacing="medium">
Medium
</div>
<DBCard spacing="medium">Medium</DBCard>
<DBCard spacing="medium">Medium</DBCard>
<db-card spacing="small">Small</db-card>
<div class="db-card" data-spacing="small">
Small
-</div>
<DBCard spacing="small">Small</DBCard>
<DBCard spacing="small">Small</DBCard>
\ No newline at end of file
+</div>
<DBCard spacing="small">Small</DBCard>
<DBCard spacing="small">Small</DBCard>
<db-card spacing="small">Functional</db-card>
<div class="db-card" data-spacing="small">
+DB UI Mono
<db-card spacing="small">Functional</db-card>
<div class="db-card" data-spacing="small">
Functional
</div>
<DBCard spacing="small">Functional</DBCard>
<DBCard spacing="small">Functional</DBCard>
<db-card spacing="small">(Default) Regular</db-card>
<div class="db-card" data-spacing="small">
(Default) Regular
</div>
<DBCard spacing="small">(Default) Regular</DBCard>
<DBCard spacing="small">(Default) Regular</DBCard>
<db-card spacing="small">Expressive</db-card>
<div class="db-card" data-spacing="small">
Expressive
-</div>
<DBCard spacing="small">Expressive</DBCard>
<DBCard spacing="small">Expressive</DBCard>
\ No newline at end of file
+</div>
<DBCard spacing="small">Expressive</DBCard>
<DBCard spacing="small">Expressive</DBCard>
<db-card spacing="small">(Default) Non interactive</db-card>
<div class="db-card" data-spacing="small">
+DB UI Mono
<db-card spacing="small">(Default) Non interactive</db-card>
<div class="db-card" data-spacing="small">
(Default) Non interactive
</div>
<DBCard spacing="small">(Default) Non interactive</DBCard>
<DBCard spacing="small">(Default) Non interactive</DBCard>
<db-card spacing="small" variant="interactive">
Interactive
@@ -8,4 +8,4 @@
Interactive
</DBCard>
<DBCard spacing="small" variant="interactive">
Interactive
-</DBCard>
\ No newline at end of file
+</DBCard>
For general installation and configuration take a look at the ngx-components package.
//app.component.ts
@@ -16,4 +16,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-card>Card content</db-card>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -6,4 +6,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/card/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -9,4 +9,4 @@classvariantvariant anchor link
Before Status After Description variant
🔁 variant
There is no default header
/content
anymore. Now you can change the card withvariant="interactive"
to act like a button.header
❌ ❌ Add your own content via children/slot. content
❌ ❌ Add your own content via children/slot. imageimage anchor link
-
Before Status After Description alt
🔁 imgAlt
image
🔁 imgSrc
🆕 imgWidth
🆕 imgHeight
illustration
❌ ❌ uiCoreIllustrationPath
❌ ❌
Before | Status | After | Description |
---|---|---|---|
alt | 🔁 | imgAlt | |
image | 🔁 | imgSrc | |
🆕 | imgWidth | ||
🆕 | imgHeight | ||
illustration | ❌ | ❌ | |
uiCoreIllustrationPath | ❌ | ❌ |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -6,4 +6,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/card/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/card/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-checkbox name="Requirement">(Default) Optional</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
+DB UI Mono
<db-checkbox name="Requirement">(Default) Optional</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
<input type="checkbox" id="OVERWRITE_DEFAULT_ID" name="Requirement" />
(Default) Optional
</label>
<DBCheckbox name="Requirement">(Default) Optional</DBCheckbox>
<DBCheckbox name="Requirement">(Default) Optional</DBCheckbox>
<db-checkbox name="Requirement" [required]="true">Required</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
@@ -22,4 +22,4 @@
Required - Checked
</label>
<DBCheckbox name="Requirement" required checked>
Required - Checked
-</DBCheckbox>
<DBCheckbox name="Requirement" :required="true" :checked="true">Required - Checked</DBCheckbox>
\ No newline at end of file
+</DBCheckbox>
<DBCheckbox name="Requirement" :required="true" :checked="true">Required - Checked</DBCheckbox>
<db-checkbox name="Size">(Default) Medium</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
+DB UI Mono
<db-checkbox name="Size">(Default) Medium</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
<input type="checkbox" id="OVERWRITE_DEFAULT_ID" name="Size" />
(Default) Medium
</label>
<DBCheckbox name="Size">(Default) Medium</DBCheckbox>
<DBCheckbox name="Size">(Default) Medium</DBCheckbox>
<db-checkbox name="Size" size="small">
@@ -10,4 +10,4 @@
Small
</DBCheckbox>
<DBCheckbox name="Size" size="small">
Small
-</DBCheckbox>
\ No newline at end of file
+</DBCheckbox>
<db-checkbox name="States">(Default) Unchecked</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
+DB UI Mono
<db-checkbox name="States">(Default) Unchecked</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
<input type="checkbox" id="OVERWRITE_DEFAULT_ID" name="States" />
(Default) Unchecked
</label>
<DBCheckbox name="States">(Default) Unchecked</DBCheckbox>
<DBCheckbox name="States">(Default) Unchecked</DBCheckbox>
<db-checkbox name="States" [checked]="true">Checked</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
@@ -16,4 +16,4 @@
Disabled
</label>
<DBCheckbox name="States" disabled>
Disabled
-</DBCheckbox>
<DBCheckbox name="States" :disabled="true">Disabled</DBCheckbox>
\ No newline at end of file
+</DBCheckbox>
<DBCheckbox name="States" :disabled="true">Disabled</DBCheckbox>
<db-checkbox name="Tonality">Functional</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
+DB UI Mono
<db-checkbox name="Tonality">Functional</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
<input type="checkbox" id="OVERWRITE_DEFAULT_ID" name="Tonality" />
Functional
</label>
<DBCheckbox name="Tonality">Functional</DBCheckbox>
<DBCheckbox name="Tonality">Functional</DBCheckbox>
<db-checkbox name="Tonality">(Default) Regular</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
@@ -7,4 +7,4 @@
</label>
<DBCheckbox name="Tonality">(Default) Regular</DBCheckbox>
<DBCheckbox name="Tonality">(Default) Regular</DBCheckbox>
<db-checkbox name="Tonality">Expressive</db-checkbox>
<label for="OVERWRITE_DEFAULT_ID" class="db-checkbox">
<input type="checkbox" id="OVERWRITE_DEFAULT_ID" name="Tonality" />
Expressive
-</label>
<DBCheckbox name="Tonality">Expressive</DBCheckbox>
<DBCheckbox name="Tonality">Expressive</DBCheckbox>
\ No newline at end of file
+</label>
<DBCheckbox name="Tonality">Expressive</DBCheckbox>
<DBCheckbox name="Tonality">Expressive</DBCheckbox>
<db-checkbox name="Content">(Default) Label</db-checkbox>
undefined
<DBCheckbox name="Content">(Default) Label</DBCheckbox>
<DBCheckbox name="Content">(Default) Label</DBCheckbox>
<db-checkbox name="Content" labelVariant="hidden">
+DB UI Mono
<db-checkbox name="Content">(Default) Label</db-checkbox>
undefined
<DBCheckbox name="Content">(Default) Label</DBCheckbox>
<DBCheckbox name="Content">(Default) Label</DBCheckbox>
<db-checkbox name="Content" labelVariant="hidden">
Hidden Label
</db-checkbox>
undefined
<DBCheckbox name="Content" labelVariant="hidden">
Hidden Label
</DBCheckbox>
<DBCheckbox name="Content" labelVariant="hidden">
Hidden Label
-</DBCheckbox>
\ No newline at end of file
+</DBCheckbox>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -80,4 +80,4 @@ How to use with Template Driven F
}
coming soon … if your interested in contributing, you're very welcome ;)
coming soon … if your interested in contributing, you're very welcome ;)
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/checkbox/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description elm-checkbox
🔁 db-checkbox
idid anchor link
-
Before Status After Description input_id
🔁 id
Before | Status | After | Description |
---|---|---|---|
input_id | 🔁 | id |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -22,4 +22,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/checkbox/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -13,4 +13,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/checkbox/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-divider>(Default) Weak</db-divider>
<div class="db-divider"></div>
<DBDivider>(Default) Weak</DBDivider>
<DBDivider>(Default) Weak</DBDivider>
<db-divider emphasis="strong">Strong</db-divider>
<div data-emphasis="strong" class="db-divider"></div>
<DBDivider emphasis="strong">Strong</DBDivider>
<DBDivider emphasis="strong">Strong</DBDivider>
<db-divider>(Default) Weak</db-divider>
<div class="db-divider"></div>
<DBDivider>(Default) Weak</DBDivider>
<DBDivider>(Default) Weak</DBDivider>
<db-divider emphasis="strong">Strong</db-divider>
<div data-emphasis="strong" class="db-divider"></div>
<DBDivider emphasis="strong">Strong</DBDivider>
<DBDivider emphasis="strong">Strong</DBDivider>
<db-divider>Functional</db-divider>
<div class="db-divider"></div>
<DBDivider>Functional</DBDivider>
<DBDivider>Functional</DBDivider>
<db-divider>(Default) Regular</db-divider>
<div class="db-divider"></div>
<DBDivider>(Default) Regular</DBDivider>
<DBDivider>(Default) Regular</DBDivider>
<db-divider>Expressive</db-divider>
<div class="db-divider"></div>
<DBDivider>Expressive</DBDivider>
<DBDivider>Expressive</DBDivider>
<db-divider>Functional</db-divider>
<div class="db-divider"></div>
<DBDivider>Functional</DBDivider>
<DBDivider>Functional</DBDivider>
<db-divider>(Default) Regular</db-divider>
<div class="db-divider"></div>
<DBDivider>(Default) Regular</DBDivider>
<DBDivider>(Default) Regular</DBDivider>
<db-divider>Expressive</db-divider>
<div class="db-divider"></div>
<DBDivider>Expressive</DBDivider>
<DBDivider>Expressive</DBDivider>
<db-divider>(Default) Adaptive - Horizontal</db-divider>
<div class="db-divider"></div>
<DBDivider>(Default) Adaptive - Horizontal</DBDivider>
<DBDivider>(Default) Adaptive - Horizontal</DBDivider>
<db-divider variant="vertical">Adaptive - Vertical</db-divider>
<div data-variant="vertical" class="db-divider"></div>
<DBDivider variant="vertical">Adaptive - Vertical</DBDivider>
<DBDivider variant="vertical">Adaptive - Vertical</DBDivider>
<db-divider>(Default) Adaptive - Horizontal</db-divider>
<div class="db-divider"></div>
<DBDivider>(Default) Adaptive - Horizontal</DBDivider>
<DBDivider>(Default) Adaptive - Horizontal</DBDivider>
<db-divider variant="vertical">Adaptive - Vertical</db-divider>
<div data-variant="vertical" class="db-divider"></div>
<DBDivider variant="vertical">Adaptive - Vertical</DBDivider>
<DBDivider variant="vertical">Adaptive - Vertical</DBDivider>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-divider></db-divider>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -6,4 +6,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/divider/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/divider/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/divider/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
+DB UI Mono
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
With Backdrop (Default)
</db-drawer>
<dialog class="db-drawer" data-backdrop="strong" open>
<article class="db-drawer-container">
@@ -69,4 +69,4 @@
}}
>
No Backdrop
-</DBDrawer>
<DBDrawer backdrop="none" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">No Backdrop</DBDrawer>
\ No newline at end of file
+</DBDrawer>
<DBDrawer backdrop="none" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">No Backdrop</DBDrawer>
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
+DB UI Mono
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
Right (Default)
</db-drawer>
<dialog class="db-drawer" data-backdrop="strong" open>
<article class="db-drawer-container">
@@ -93,4 +93,4 @@
}}
>
Down
-</DBDrawer>
<DBDrawer direction="left" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">Down</DBDrawer>
\ No newline at end of file
+</DBDrawer>
<DBDrawer direction="left" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">Down</DBDrawer>
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
+DB UI Mono
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
No rounding (Default)
</db-drawer>
<dialog class="db-drawer" data-backdrop="strong" open>
<article class="db-drawer-container">
@@ -45,4 +45,4 @@
}}
>
Rounded
-</DBDrawer>
<DBDrawer :rounded="true" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">Rounded</DBDrawer>
\ No newline at end of file
+</DBDrawer>
<DBDrawer :rounded="true" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">Rounded</DBDrawer>
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
+DB UI Mono
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
With padding (Default)
</db-drawer>
<dialog class="db-drawer" data-backdrop="strong" open>
<article class="db-drawer-container">
@@ -47,4 +47,4 @@
Full
</DBDrawer>
<DBDrawer :withCloseButton="true" width="full" :open="openDrawer" @close="toggleDrawer(false)">
Full
- </DBDrawer>
\ No newline at end of file
+ </DBDrawer>
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
+DB UI Mono
<db-drawer [withCloseButton]="true" [open]="openDrawer" (onClose)="toggleDrawer(false)">
Medium (Default)
</db-drawer>
<dialog class="db-drawer" data-backdrop="strong" open>
<article class="db-drawer-container">
@@ -93,4 +93,4 @@
}}
>
None
-</DBDrawer>
<DBDrawer spacing="none" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">None</DBDrawer>
\ No newline at end of file
+</DBDrawer>
<DBDrawer spacing="none" :withCloseButton="true" :open="openDrawer" @close="toggleDrawer(false)">None</DBDrawer>
<db-drawer [open]="openDrawer" (onClose)="toggleDrawer(false)">
+DB UI Mono
<db-drawer [open]="openDrawer" (onClose)="toggleDrawer(false)">
functional
</db-drawer>
<dialog class="db-drawer" data-backdrop="strong" open>
<article class="db-drawer-container">
@@ -70,4 +70,4 @@
expressive
</DBDrawer>
<DBDrawer :open="openDrawer" @close="toggleDrawer(false)">
expressive
- </DBDrawer>
\ No newline at end of file
+ </DBDrawer>
For general installation and configuration take a look at the ngx-components package.
If you use width !== full
you are able to overwrite the max-width
with --db-drawer-max-width:
CSS variable.
For general installation and configuration take a look at the components package.
If you use width !== full
you are able to overwrite the max-width
with --db-drawer-max-width:
CSS variable.
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
If you use width !== full
you are able to overwrite the max-width
with --db-drawer-max-width:
CSS variable.
For general installation and configuration take a look at the v-components package.
If you use width !== full
you are able to overwrite the max-width
with --db-drawer-max-width:
CSS variable.
<db-header>
+DB UI Mono
<db-header>
<db-brand brand>DBHeader</db-brand>
<db-main-navigation *dbNavigation>
<db-navigation-item icon="account"><a>Desktop (full width)</a></db-navigation-item><db-navigation-item disabled><a>Desktop (full width) disabled</a></db-navigation-item>
@@ -599,4 +599,4 @@
<a href="#">Mobile disabled</a>
</DBNavigationItem>
</DBMainNavigation>
- </DBHeader>
\ No newline at end of file
+ </DBHeader>
<db-header>
+DB UI Mono
<db-header>
<db-brand brand>DBHeader</db-brand>
<db-main-navigation *dbNavigation>
<db-navigation-item icon="account"><a>functional</a></db-navigation-item><db-navigation-item disabled><a>functional disabled</a></db-navigation-item>
@@ -898,4 +898,4 @@
<a href="#">expressive disabled</a>
</DBNavigationItem>
</DBMainNavigation>
- </DBHeader>
\ No newline at end of file
+ </DBHeader>
For general installation and configuration take a look at the ngx-components package.
//app.component.ts
@@ -70,4 +70,4 @@ Full{"props":{"pageProps":{}},"page":"/components/header/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -204,4 +204,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/header/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description rea-header
🔁 db-header
mobilemobile anchor link
-
Before Status After Description mobile
🔁 forceMobile
forces the burger menu for desktop
Before | Status | After | Description |
---|---|---|---|
mobile | 🔁 | forceMobile | forces the burger menu for desktop |
For general installation and configuration take a look at the react-components package.
For general installation and configuration take a look at the v-components package.
<db-icon>Functional</db-icon>
<span aria-hidden="true" class="db-icon">
+DB UI Mono
<db-icon>Functional</db-icon>
<span aria-hidden="true" class="db-icon">
Functional
</span>
<DBIcon>Functional</DBIcon>
<DBIcon>Functional</DBIcon>
<db-icon>(Default) Regular</db-icon>
<span aria-hidden="true" class="db-icon">
(Default) Regular
</span>
<DBIcon>(Default) Regular</DBIcon>
<DBIcon>(Default) Regular</DBIcon>
<db-icon>Expressive</db-icon>
<span aria-hidden="true" class="db-icon">
Expressive
-</span>
<DBIcon>Expressive</DBIcon>
<DBIcon>Expressive</DBIcon>
\ No newline at end of file
+</span>
<DBIcon>Expressive</DBIcon>
<DBIcon>Expressive</DBIcon>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-icon icon="account">Icon</db-icon>
-
For general installation and configuration take a look at the components package.
You could use the data-icon
or data-icon-after
attributes on any HTML tag:
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description 🔁 db-icon
variantvariant anchor link
-
Before Status After Description variant
🔁 ❌ icon variants are controlled by font-family:var(--db-icon-font-family)
andfont-weight: var(--db-icon-font-weight);
Before | Status | After | Description |
---|---|---|---|
variant | 🔁 | ❌ | icon variants are controlled by font-family:var(--db-icon-font-family) and font-weight: var(--db-icon-font-weight); |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/icon/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/icon/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-infotext>(Default) Adaptive</db-infotext>
<span class="db-infotext">(Default) Adaptive</span>
<DBInfotext>(Default) Adaptive</DBInfotext>
<DBInfotext>(Default) Adaptive</DBInfotext>
<db-infotext variant="critical">Critical</db-infotext>
<span class="db-infotext" data-variant="critical">
+DB UI Mono
<db-infotext>(Default) Adaptive</db-infotext>
<span class="db-infotext">(Default) Adaptive</span>
<DBInfotext>(Default) Adaptive</DBInfotext>
<DBInfotext>(Default) Adaptive</DBInfotext>
<db-infotext variant="critical">Critical</db-infotext>
<span class="db-infotext" data-variant="critical">
Critical
</span>
<DBInfotext variant="critical">Critical</DBInfotext>
<DBInfotext variant="critical">Critical</DBInfotext>
<db-infotext variant="informational">Informational</db-infotext>
<span class="db-infotext" data-variant="informational">
Informational
@@ -6,4 +6,4 @@
Successful
</span>
<DBInfotext variant="successful">Successful</DBInfotext>
<DBInfotext variant="successful">Successful</DBInfotext>
<db-infotext variant="warning">Warning</db-infotext>
<span class="db-infotext" data-variant="warning">
Warning
-</span>
<DBInfotext variant="warning">Warning</DBInfotext>
<DBInfotext variant="warning">Warning</DBInfotext>
\ No newline at end of file
+</span>
<DBInfotext variant="warning">Warning</DBInfotext>
<DBInfotext variant="warning">Warning</DBInfotext>
<db-infotext>(Default) Medium</db-infotext>
<span class="db-infotext">(Default) Medium</span>
<DBInfotext>(Default) Medium</DBInfotext>
<DBInfotext>(Default) Medium</DBInfotext>
<db-infotext size="small">Small</db-infotext>
<span class="db-infotext" data-size="small">
+DB UI Mono
<db-infotext>(Default) Medium</db-infotext>
<span class="db-infotext">(Default) Medium</span>
<DBInfotext>(Default) Medium</DBInfotext>
<DBInfotext>(Default) Medium</DBInfotext>
<db-infotext size="small">Small</db-infotext>
<span class="db-infotext" data-size="small">
Small
-</span>
<DBInfotext size="small">Small</DBInfotext>
<DBInfotext size="small">Small</DBInfotext>
\ No newline at end of file
+</span>
<DBInfotext size="small">Small</DBInfotext>
<DBInfotext size="small">Small</DBInfotext>
<db-infotext>Functional</db-infotext>
<span class="db-infotext">Functional</span>
<DBInfotext>Functional</DBInfotext>
<DBInfotext>Functional</DBInfotext>
<db-infotext>(Default) Regular</db-infotext>
<span class="db-infotext">(Default) Regular</span>
<DBInfotext>(Default) Regular</DBInfotext>
<DBInfotext>(Default) Regular</DBInfotext>
<db-infotext>Expressive</db-infotext>
<span class="db-infotext">Expressive</span>
<DBInfotext>Expressive</DBInfotext>
<DBInfotext>Expressive</DBInfotext>
<db-infotext>Functional</db-infotext>
<span class="db-infotext">Functional</span>
<DBInfotext>Functional</DBInfotext>
<DBInfotext>Functional</DBInfotext>
<db-infotext>(Default) Regular</db-infotext>
<span class="db-infotext">(Default) Regular</span>
<DBInfotext>(Default) Regular</DBInfotext>
<DBInfotext>(Default) Regular</DBInfotext>
<db-infotext>Expressive</db-infotext>
<span class="db-infotext">Expressive</span>
<DBInfotext>Expressive</DBInfotext>
<DBInfotext>Expressive</DBInfotext>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-infotext>Infotext</db-infotext>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -6,4 +6,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/infotext/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/infotext/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/infotext/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-input label="Label" value="(Default) Text">
+DB UI Mono
<db-input label="Label" value="(Default) Text">
(Default) Text
</db-input>
<div class="db-input">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
@@ -58,4 +58,4 @@
Text - Trailing Icon
</DBInput>
<DBInput label="Label" iconAfter="x_placeholder">
Text - Trailing Icon
-</DBInput>
\ No newline at end of file
+</DBInput>
<db-input label="Label">(Default) Text</db-input>
undefined
<DBInput label="Label">(Default) Text</DBInput>
<DBInput label="Label">(Default) Text</DBInput>
<db-input label="Label" type="password">
+DB UI Mono
<db-input label="Label">(Default) Text</db-input>
undefined
<DBInput label="Label">(Default) Text</DBInput>
<DBInput label="Label">(Default) Text</DBInput>
<db-input label="Label" type="password">
Password
</db-input>
undefined
<DBInput label="Label" type="password">
Password
@@ -64,4 +64,4 @@
Week
</DBInput>
<DBInput label="Label" type="week">
Week
-</DBInput>
\ No newline at end of file
+</DBInput>
<db-input label="Label" labelVariant="floating">
+DB UI Mono
<db-input label="Label" labelVariant="floating">
(Default) Text
</db-input>
undefined
<DBInput label="Label" labelVariant="floating">
(Default) Text
@@ -70,4 +70,4 @@
Week
</DBInput>
<DBInput label="Label" type="week" labelVariant="floating">
Week
-</DBInput>
\ No newline at end of file
+</DBInput>
<db-input label="Label">(Default) Optional</db-input>
<div class="db-input">
+DB UI Mono
<db-input label="Label">(Default) Optional</db-input>
<div class="db-input">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<input id="OVERWRITE_DEFAULT_ID" type="text" placeholder=" " />
(Default) Optional
@@ -20,4 +20,4 @@
Required - Filled
</div>
<DBInput label="Label" value="Required - Filled" required>
Required - Filled
-</DBInput>
<DBInput label="Label" value="Required - Filled" :required="true">Required - Filled</DBInput>
\ No newline at end of file
+</DBInput>
<DBInput label="Label" value="Required - Filled" :required="true">Required - Filled</DBInput>
<db-input label="Label" message="Helper Message">
+DB UI Mono
<db-input label="Label" message="Helper Message">
(Default) Adaptive
</db-input>
<div class="db-input">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
@@ -113,4 +113,4 @@
Warning
</DBInput>
<DBInput label="Label" variant="warning" message="Warning Message">
Warning
-</DBInput>
\ No newline at end of file
+</DBInput>
<db-input label="Label" labelVariant="floating">
+DB UI Mono
<db-input label="Label" labelVariant="floating">
(Default) Empty
</db-input>
undefined
<DBInput label="Label" labelVariant="floating">
(Default) Empty
@@ -23,4 +23,4 @@
labelVariant="floating"
>
Readonly - Filled
-</DBInput>
<DBInput label="Label" value="Readonly - Filled" :readOnly="true" labelVariant="floating">Readonly - Filled</DBInput>
\ No newline at end of file
+</DBInput>
<DBInput label="Label" value="Readonly - Filled" :readOnly="true" labelVariant="floating">Readonly - Filled</DBInput>
<db-input label="Label">(Default) Empty</db-input>
undefined
<DBInput label="Label">(Default) Empty</DBInput>
<DBInput label="Label">(Default) Empty</DBInput>
<db-input label="Label" value="Filled">
+DB UI Mono
<db-input label="Label">(Default) Empty</db-input>
undefined
<DBInput label="Label">(Default) Empty</DBInput>
<DBInput label="Label">(Default) Empty</DBInput>
<db-input label="Label" value="Filled">
Filled
</db-input>
undefined
<DBInput label="Label" value="Filled">
Filled
@@ -12,4 +12,4 @@
Disabled
</DBInput>
<DBInput label="Label" :disabled="true">Disabled</DBInput>
<db-input label="Label" value="Readonly - Filled" [readOnly]="true">Readonly - Filled</db-input>
undefined
<DBInput label="Label" value="Readonly - Filled" readOnly>
Readonly - Filled
-</DBInput>
<DBInput label="Label" value="Readonly - Filled" :readOnly="true">Readonly - Filled</DBInput>
\ No newline at end of file
+</DBInput>
<DBInput label="Label" value="Readonly - Filled" :readOnly="true">Readonly - Filled</DBInput>
<db-input label="Label">Functional</db-input>
<div class="db-input">
+DB UI Mono
<db-input label="Label">Functional</db-input>
<div class="db-input">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<input id="OVERWRITE_DEFAULT_ID" type="text" placeholder=" " />
Functional
@@ -10,4 +10,4 @@
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<input id="OVERWRITE_DEFAULT_ID" type="text" placeholder=" " />
Expressive
-</div>
<DBInput label="Label">Expressive</DBInput>
<DBInput label="Label">Expressive</DBInput>
\ No newline at end of file
+</div>
<DBInput label="Label">Expressive</DBInput>
<DBInput label="Label">Expressive</DBInput>
<db-input label="Label">(Default) Basic</db-input>
undefined
<DBInput label="Label">(Default) Basic</DBInput>
<DBInput label="Label">(Default) Basic</DBInput>
<db-input label="Label" message="Helper Message">
+DB UI Mono
<db-input label="Label">(Default) Basic</db-input>
undefined
<DBInput label="Label">(Default) Basic</DBInput>
<DBInput label="Label">(Default) Basic</DBInput>
<db-input label="Label" message="Helper Message">
Helper Message
</db-input>
undefined
<DBInput label="Label" message="Helper Message">
Helper Message
</DBInput>
<DBInput label="Label" message="Helper Message">
Helper Message
-</DBInput>
\ No newline at end of file
+</DBInput>
<db-input label="Label">(Default) Label Above</db-input>
undefined
<DBInput label="Label">(Default) Label Above</DBInput>
<DBInput label="Label">(Default) Label Above</DBInput>
<db-input label="Label" labelVariant="floating" value="Floating Label">
+DB UI Mono
<db-input label="Label">(Default) Label Above</db-input>
undefined
<DBInput label="Label">(Default) Label Above</DBInput>
<DBInput label="Label">(Default) Label Above</DBInput>
<db-input label="Label" labelVariant="floating" value="Floating Label">
Floating Label
</db-input>
undefined
<DBInput label="Label" labelVariant="floating" value="Floating Label">
Floating Label
@@ -10,4 +10,4 @@
Hidden Label
</DBInput>
<DBInput label="Label" labelVariant="hidden">
Hidden Label
-</DBInput>
\ No newline at end of file
+</DBInput>
Load SCSS globally within styles.scss
in your app:
@forward "@db-ui/components/build/styles/db-ui-42-rollup";
@@ -109,4 +109,4 @@ Load SCSS globally somewhere in your app:
@forward "@db-ui/components/build/styles/db-ui-42";
@@ -7,4 +7,4 @@
<label for="username">Label</label>
<input type="text" name="username" id="username" />
</div>
-Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description elm-input
🔁 db-input
variantsvariants anchor link
-
Before Status After Description semitransparent
❌ ❌ old variants are removed a semi-transparent look is the default, new variants are chaniging the color white
❌ ❌ solid
❌ ❌ outline
❌ ❌ 🆕 adaptive
🆕 neutral
🆕 critical
🆕 informational
🆕 warning
🆕 successful
Before | Status | After | Description |
---|---|---|---|
semitransparent | ❌ | ❌ | old variants are removed a semi-transparent look is the default, new variants are chaniging the color |
white | ❌ | ❌ | |
solid | ❌ | ❌ | |
outline | ❌ | ❌ | |
🆕 | adaptive | ||
🆕 | neutral | ||
🆕 | critical | ||
🆕 | informational | ||
🆕 | warning | ||
🆕 | successful |
Load SCSS globally in a index.scss
file inside main.tsx
/main.jsx
within your app:
@forward "@db-ui/components/build/styles/db-ui-42-rollup";
@@ -11,4 +11,4 @@
description={description}
onChange={handleChange}
></DBInput>;
-Load SCSS globally in a index.scss
file and import it in your main.ts
/main.js
file in your app:
@forward "@db-ui/components/build/styles/db-ui-42-rollup";
@@ -25,4 +25,4 @@
or using on-change listener:
<DBInput label="Textlabel" placeholder="Start" :value="modelAndChange" @change="($event) => { modelAndChange = $event.target.value;
}"/> {{ modelAndChange }}
-
<db-link href="#">(Default) Internal</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
+DB UI Mono
<db-link href="#">(Default) Internal</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
(Default) Internal
</a>
<DBLink href="#">(Default) Internal</DBLink>
<DBLink href="#">(Default) Internal</DBLink>
<db-link href="#" content="external">
External
@@ -14,4 +14,4 @@
External
</DBLink>
<DBLink href="#" content="external">
External
-</DBLink>
\ No newline at end of file
+</DBLink>
<db-link href="#">Enabled (Default)/Hover/Pressed</db-link>
undefined
<DBLink href="#">Enabled (Default)/Hover/Pressed</DBLink>
<DBLink href="#">Enabled (Default)/Hover/Pressed</DBLink>
<db-link href="#" [disabled]="true">Disabled</db-link>
undefined
<DBLink href="#" disabled>
+DB UI Mono
<db-link href="#">Enabled (Default)/Hover/Pressed</db-link>
undefined
<DBLink href="#">Enabled (Default)/Hover/Pressed</DBLink>
<DBLink href="#">Enabled (Default)/Hover/Pressed</DBLink>
<db-link href="#" [disabled]="true">Disabled</db-link>
undefined
<DBLink href="#" disabled>
Disabled
-</DBLink>
<DBLink href="#" :disabled="true">Disabled</DBLink>
\ No newline at end of file
+</DBLink>
<DBLink href="#" :disabled="true">Disabled</DBLink>
<db-link href="#">(Default) Adaptive</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
+DB UI Mono
<db-link href="#">(Default) Adaptive</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
(Default) Adaptive
</a>
<DBLink href="#">(Default) Adaptive</DBLink>
<DBLink href="#">(Default) Adaptive</DBLink>
<db-link href="#" variant="primary">
Brand
@@ -14,4 +14,4 @@
Brand
</DBLink>
<DBLink href="#" variant="primary">
Brand
-</DBLink>
\ No newline at end of file
+</DBLink>
<db-link href="#">(Default) Medium</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
+DB UI Mono
<db-link href="#">(Default) Medium</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
(Default) Medium
</a>
<DBLink href="#">(Default) Medium</DBLink>
<DBLink href="#">(Default) Medium</DBLink>
<db-link href="#" size="small">
Small
@@ -14,4 +14,4 @@
Small
</DBLink>
<DBLink href="#" size="small">
Small
-</DBLink>
\ No newline at end of file
+</DBLink>
<db-link href="#">Functional</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
+DB UI Mono
<db-link href="#">Functional</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
Functional
</a>
<DBLink href="#">Functional</DBLink>
<DBLink href="#">Functional</DBLink>
<db-link href="#">(Default) Regular</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
(Default) Regular
</a>
<DBLink href="#">(Default) Regular</DBLink>
<DBLink href="#">(Default) Regular</DBLink>
<db-link href="#">Expressive</db-link>
<a class="db-link" href="#" tabindex="0" data-content="internal">
Expressive
-</a>
<DBLink href="#">Expressive</DBLink>
<DBLink href="#">Expressive</DBLink>
\ No newline at end of file
+</a>
<DBLink href="#">Expressive</DBLink>
<DBLink href="#">Expressive</DBLink>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-link href="#" variant="primary">Link</db-link>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -6,4 +6,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/link/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description elm-link
🔁 db-link
iconsicons anchor link
-
Before Status After Description icon
❌ ❌ not valid anymore use content
to show interal or external arrow iconicononly
❌ ❌ iconVariant
❌ ❌
Before | Status | After | Description |
---|---|---|---|
icon | ❌ | ❌ | not valid anymore use content to show interal or external arrow icon |
icononly | ❌ | ❌ | |
iconVariant | ❌ | ❌ |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -11,4 +11,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/link/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/link/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-main-navigation>
+DB UI Mono
<db-main-navigation>
<db-navigation-item [active]="true">
<ng-container sub-navigation>
<db-navigation-item [active]="true">
@@ -403,4 +403,4 @@
<DBNavigationItem :disabled="true">
<a href="#">Navi-Item 3</a>
</DBNavigationItem>
- </DBMainNavigation>
\ No newline at end of file
+ </DBMainNavigation>
For general installation and configuration look at the ngx-components package.
// app.component.ts
@@ -116,4 +116,4 @@ Angular Router and active stat
</ng-container>
</db-navigation-item>
</db-main-navigation>
-
For general installation and configuration look at the components package.
<!-- index.html -->
@@ -48,4 +48,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/main-navigation/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description cmp-mainnavigation
🔁 db-main-navigation
childrenchildren anchor link
-
Before Status After Description data
❌ ❌ pass data via children
/slot
, moved a lot of the features todb-header
siteName
❌ ❌
Before | Status | After | Description |
---|---|---|---|
data | ❌ | ❌ | pass data via children / slot , moved a lot of the features to db-header |
siteName | ❌ | ❌ |
For general installation and configuration look at the react-components package.
// App.tsx
@@ -43,4 +43,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/main-navigation/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration look at the v-components package.
<!-- App.vue -->
@@ -73,4 +73,4 @@ Vue Router and active state handli
</DBNavigationItem>
</DBMainNavigation>
</template>
-
<db-navigation-item [areaPopup]="false">(Default) Text</db-navigation-item>
<li class="db-navigation-item">
+DB UI Mono
<db-navigation-item [areaPopup]="false">(Default) Text</db-navigation-item>
<li class="db-navigation-item">
<button
class="db-navigation-item-expand-button"
aria-haspopup="false"
@@ -6,7 +6,7 @@
>
(Default) Text
</button>
- <menu class="db-sub-navigation" id="sub-navigation-19891354681043016"></menu>
+ <menu class="db-sub-navigation" id="sub-navigation-8796579685150054"></menu>
</li>
<DBNavigationItem areaPopup>(Default) Text</DBNavigationItem>
<DBNavigationItem :areaPopup="false">(Default) Text</DBNavigationItem>
<db-navigation-item icon="account" [areaPopup]="false">Text - Icon (Leading)</db-navigation-item>
<li class="db-navigation-item" data-icon="account">
<button
class="db-navigation-item-expand-button"
@@ -15,7 +15,7 @@
>
Text - Icon (Leading)
</button>
- <menu class="db-sub-navigation" id="sub-navigation-06745132564272072"></menu>
+ <menu class="db-sub-navigation" id="sub-navigation-8611025314597276"></menu>
</li>
<DBNavigationItem icon="account" areaPopup>
Text - Icon (Leading)
</DBNavigationItem>
<DBNavigationItem icon="account" :areaPopup="false">Text - Icon (Leading)</DBNavigationItem>
<db-navigation-item icon="account" [areaPopup]="true">Text - Icons (Leading, Chevron)</db-navigation-item>
<li class="db-navigation-item" data-icon="account">
@@ -26,7 +26,7 @@
>
Text - Icons (Leading, Chevron)
</button>
- <menu class="db-sub-navigation" id="sub-navigation-9643747607748345"></menu>
+ <menu class="db-sub-navigation" id="sub-navigation-48614004310325143"></menu>
</li>
<DBNavigationItem icon="account" areaPopup>
Text - Icons (Leading, Chevron)
</DBNavigationItem>
<DBNavigationItem icon="account" :areaPopup="true">Text - Icons (Leading, Chevron)</DBNavigationItem>
<db-navigation-item [areaPopup]="true">Text - Icon (Chevron)</db-navigation-item>
<li class="db-navigation-item">
@@ -37,5 +37,5 @@
>
Text - Icon (Chevron)
</button>
- <menu class="db-sub-navigation" id="sub-navigation-9259367038893993"></menu>
-</li>
<DBNavigationItem areaPopup>Text - Icon (Chevron)</DBNavigationItem>
<DBNavigationItem :areaPopup="true">Text - Icon (Chevron)</DBNavigationItem>
\ No newline at end of file
+ <menu class="db-sub-navigation" id="sub-navigation-38314041592768566"></menu>
+</li>
<DBNavigationItem areaPopup>Text - Icon (Chevron)</DBNavigationItem>
<DBNavigationItem :areaPopup="true">Text - Icon (Chevron)</DBNavigationItem>
<db-navigation-item [areaPopup]="true">Enabled (Default)/Hover/Pressed</db-navigation-item>
undefined
<DBNavigationItem areaPopup>Enabled (Default)/Hover/Pressed</DBNavigationItem>
<DBNavigationItem :areaPopup="true">Enabled (Default)/Hover/Pressed</DBNavigationItem>
<db-navigation-item [active]="true" [areaPopup]="true">Active</db-navigation-item>
undefined
<DBNavigationItem active areaPopup>
+DB UI Mono
<db-navigation-item [areaPopup]="true">Enabled (Default)/Hover/Pressed</db-navigation-item>
undefined
<DBNavigationItem areaPopup>Enabled (Default)/Hover/Pressed</DBNavigationItem>
<DBNavigationItem :areaPopup="true">Enabled (Default)/Hover/Pressed</DBNavigationItem>
<db-navigation-item [active]="true" [areaPopup]="true">Active</db-navigation-item>
undefined
<DBNavigationItem active areaPopup>
Active
</DBNavigationItem>
<DBNavigationItem :active="true" :areaPopup="true">Active</DBNavigationItem>
<db-navigation-item [disabled]="true" [areaPopup]="true">Disabled</db-navigation-item>
undefined
<DBNavigationItem disabled areaPopup>
Disabled
-</DBNavigationItem>
<DBNavigationItem :disabled="true" :areaPopup="true">Disabled</DBNavigationItem>
\ No newline at end of file
+</DBNavigationItem>
<DBNavigationItem :disabled="true" :areaPopup="true">Disabled</DBNavigationItem>
<db-navigation-item [areaPopup]="true">Functional</db-navigation-item>
<li class="db-navigation-item">
+DB UI Mono
<db-navigation-item [areaPopup]="true">Functional</db-navigation-item>
<li class="db-navigation-item">
<button
class="db-navigation-item-expand-button"
aria-haspopup="false"
@@ -6,7 +6,7 @@
>
Functional
</button>
- <menu class="db-sub-navigation" id="sub-navigation-4018045243584676"></menu>
+ <menu class="db-sub-navigation" id="sub-navigation-988867750533853"></menu>
</li>
<DBNavigationItem areaPopup>Functional</DBNavigationItem>
<DBNavigationItem :areaPopup="true">Functional</DBNavigationItem>
<db-navigation-item [areaPopup]="true">(Default) Regular</db-navigation-item>
<li class="db-navigation-item">
<button
class="db-navigation-item-expand-button"
@@ -15,7 +15,7 @@
>
(Default) Regular
</button>
- <menu class="db-sub-navigation" id="sub-navigation-6120560630083718"></menu>
+ <menu class="db-sub-navigation" id="sub-navigation-5028266310563689"></menu>
</li>
<DBNavigationItem areaPopup>(Default) Regular</DBNavigationItem>
<DBNavigationItem :areaPopup="true">(Default) Regular</DBNavigationItem>
<db-navigation-item [areaPopup]="true">Expressive</db-navigation-item>
<li class="db-navigation-item">
<button
class="db-navigation-item-expand-button"
@@ -24,5 +24,5 @@
>
Expressive
</button>
- <menu class="db-sub-navigation" id="sub-navigation-288007939135269"></menu>
-</li>
<DBNavigationItem areaPopup>Expressive</DBNavigationItem>
<DBNavigationItem :areaPopup="true">Expressive</DBNavigationItem>
\ No newline at end of file
+ <menu class="db-sub-navigation" id="sub-navigation-9189469324764223"></menu>
+</li>
<DBNavigationItem areaPopup>Expressive</DBNavigationItem>
<DBNavigationItem :areaPopup="true">Expressive</DBNavigationItem>
<db-navigation-item [areaPopup]="true">(Default) Auto</db-navigation-item>
<li class="db-navigation-item">
+DB UI Mono
<db-navigation-item [areaPopup]="true">(Default) Auto</db-navigation-item>
<li class="db-navigation-item">
<button
class="db-navigation-item-expand-button"
aria-haspopup="false"
@@ -6,7 +6,7 @@
>
(Default) Auto
</button>
- <menu class="db-sub-navigation" id="sub-navigation-8289228453635922"></menu>
+ <menu class="db-sub-navigation" id="sub-navigation-2388883993282065"></menu>
</li>
<DBNavigationItem areaPopup>(Default) Auto</DBNavigationItem>
<DBNavigationItem :areaPopup="true">(Default) Auto</DBNavigationItem>
<db-navigation-item width="full" [areaPopup]="true">Full</db-navigation-item>
<li class="db-navigation-item" data-width="full">
<button
class="db-navigation-item-expand-button"
@@ -15,7 +15,7 @@
>
Full
</button>
- <menu class="db-sub-navigation" id="sub-navigation-30757039390036156"></menu>
+ <menu class="db-sub-navigation" id="sub-navigation-40665188020067133"></menu>
</li>
<DBNavigationItem width="full" areaPopup>
Full
-</DBNavigationItem>
<DBNavigationItem width="full" :areaPopup="true">Full</DBNavigationItem>
\ No newline at end of file
+</DBNavigationItem>
<DBNavigationItem width="full" :areaPopup="true">Full</DBNavigationItem>
For general installation and configuration take a look at the ngx-components package.
//app.component.ts
@@ -40,4 +40,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/navigation-item/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the components package.
If you want to use sub-navigations for mobile you need to add a eventListner:click
on the db-navigation-item-expand-button
. This eventListener should set aria-expanded
to true
for the button
. This will open a static overlay for mobile/tablet devices with your db-sub-navigation
. For desktop devices it works by default with :hover
.
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
We try to set areaPopup
(has/hasn't sub-navigation) inside the component, but this doesn't work in all frameworks. If you encounter some problems you have the set areaPopup
with true/false
for sub-navigation or link
For general installation and configuration take a look at the v-components package.
We try to set areaPopup
(has/hasn't sub-navigation) inside the component, but this doesn't work in all frameworks. If you encounter some problems you have the set areaPopup
with true/false
for sub-navigation or link
<db-page>Functional</db-page>
<div class="db-page" data-fonts-loaded="false">
+DB UI Mono
<db-page>Functional</db-page>
<div class="db-page" data-fonts-loaded="false">
<main class="db-main">Functional</main>
</div>
<DBPage>Functional</DBPage>
<DBPage>Functional</DBPage>
<db-page>(Default) Regular</db-page>
<div class="db-page" data-fonts-loaded="false">
<main class="db-main">(Default) Regular</main>
</div>
<DBPage>(Default) Regular</DBPage>
<DBPage>(Default) Regular</DBPage>
<db-page>Expressive</db-page>
<div class="db-page" data-fonts-loaded="false">
<main class="db-main">Expressive</main>
-</div>
<DBPage>Expressive</DBPage>
<DBPage>Expressive</DBPage>
\ No newline at end of file
+</div>
<DBPage>Expressive</DBPage>
<DBPage>Expressive</DBPage>
For general installation and configuration take a look at the ngx-components package.
//app.component.ts
@@ -19,4 +19,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/page/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/page/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
Before | Status | After | Description |
---|---|---|---|
rea-page | 🔁 | db-page |
Before | Status | After | Description |
---|---|---|---|
rea-page | 🔁 | db-page |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -11,4 +11,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/page/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/page/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-popover id="popover-13">(Default) Animation no delay</db-popover>
<div id="popover-13" class="db-popover">
+DB UI Mono
<db-popover id="popover-13">(Default) Animation no delay</db-popover>
<div id="popover-13" class="db-popover">
<article class="db-popover-content">(Default) Animation no delay</article>
</div>
<DBPopover id="popover-13">(Default) Animation no delay</DBPopover>
<DBPopover id="popover-13">(Default) Animation no delay</DBPopover>
<db-popover delay="slow" id="popover-14">
Delay slow
@@ -30,4 +30,4 @@
No animation
</DBPopover>
<DBPopover animation="disabled" id="popover-16">
No animation
-</DBPopover>
\ No newline at end of file
+</DBPopover>
<db-popover id="popover-11">(Default) No gap</db-popover>
<div id="popover-11" class="db-popover">
+DB UI Mono
<db-popover id="popover-11">(Default) No gap</db-popover>
<div id="popover-11" class="db-popover">
<article class="db-popover-content">(Default) No gap</article>
</div>
<DBPopover id="popover-11">(Default) No gap</DBPopover>
<DBPopover id="popover-11">(Default) No gap</DBPopover>
<db-popover [gap]="true" id="popover-12">With gap</db-popover>
<div id="popover-12" class="db-popover">
<article class="db-popover-content" data-gap="true">
@@ -6,4 +6,4 @@
</article>
</div>
<DBPopover gap id="popover-12">
With gap
-</DBPopover>
<DBPopover :gap="true" id="popover-12">With gap</DBPopover>
\ No newline at end of file
+</DBPopover>
<DBPopover :gap="true" id="popover-12">With gap</DBPopover>
<db-popover placement="bottom-start" id="popover-07-start">
+DB UI Mono
<db-popover placement="bottom-start" id="popover-07-start">
bottom-start
</db-popover>
<div id="popover-07-start" class="db-popover">
<article class="db-popover-content" data-placement="bottom-start">
@@ -118,4 +118,4 @@
top-end
</DBPopover>
<DBPopover placement="top-end" id="popover-08-end">
top-end
-</DBPopover>
\ No newline at end of file
+</DBPopover>
<db-popover spacing="small" id="popover-04">
+DB UI Mono
<db-popover spacing="small" id="popover-04">
(Default) Small
</db-popover>
<div id="popover-04" class="db-popover">
<article class="db-popover-content" data-spacing="small">
@@ -28,4 +28,4 @@
None
</DBPopover>
<DBPopover spacing="none" id="popover-06">
None
-</DBPopover>
\ No newline at end of file
+</DBPopover>
<db-popover id="popover-01">Functional</db-popover>
<div id="popover-01" class="db-popover">
+DB UI Mono
<db-popover id="popover-01">Functional</db-popover>
<div id="popover-01" class="db-popover">
<article class="db-popover-content">Functional</article>
</div>
<DBPopover id="popover-01">Functional</DBPopover>
<DBPopover id="popover-01">Functional</DBPopover>
<db-popover id="popover-02">(Default) Regular</db-popover>
<div id="popover-02" class="db-popover">
<article class="db-popover-content">(Default) Regular</article>
</div>
<DBPopover id="popover-02">(Default) Regular</DBPopover>
<DBPopover id="popover-02">(Default) Regular</DBPopover>
<db-popover id="popover-03">Expressive</db-popover>
<div id="popover-03" class="db-popover">
<article class="db-popover-content">Expressive</article>
-</div>
<DBPopover id="popover-03">Expressive</DBPopover>
<DBPopover id="popover-03">Expressive</DBPopover>
\ No newline at end of file
+</div>
<DBPopover id="popover-03">Expressive</DBPopover>
<DBPopover id="popover-03">Expressive</DBPopover>
<db-popover
+DB UI Mono
<db-popover
content="Max width, lorem ipsum dolor sit amet, consetetur sadipscing"
id="popover-17"
>
@@ -45,4 +45,4 @@
id="popover-18"
>
Fixed
-</DBPopover>
\ No newline at end of file
+</DBPopover>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/popover/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -14,4 +14,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/popover/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/popover/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -15,4 +15,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/popover/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-radio name="Requirement">(Default) Optional</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
+DB UI Mono
<db-radio name="Requirement">(Default) Optional</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
<input type="radio" id="OVERWRITE_DEFAULT_ID" name="Requirement" />
(Default) Optional
</label>
<DBRadio name="Requirement">(Default) Optional</DBRadio>
<DBRadio name="Requirement">(Default) Optional</DBRadio>
<db-radio name="Requirement" [required]="true" [invalid]="true">Required</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
@@ -23,4 +23,4 @@
Required - Checked
</label>
<DBRadio name="Requirement" required checked>
Required - Checked
-</DBRadio>
<DBRadio name="Requirement" :required="true" :checked="true">Required - Checked</DBRadio>
\ No newline at end of file
+</DBRadio>
<DBRadio name="Requirement" :required="true" :checked="true">Required - Checked</DBRadio>
<db-radio name="Size">(Default) Medium</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
+DB UI Mono
<db-radio name="Size">(Default) Medium</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
<input type="radio" id="OVERWRITE_DEFAULT_ID" name="Size" />
(Default) Medium
</label>
<DBRadio name="Size">(Default) Medium</DBRadio>
<DBRadio name="Size">(Default) Medium</DBRadio>
<db-radio name="Size" size="small">
@@ -10,4 +10,4 @@
Small
</DBRadio>
<DBRadio name="Size" size="small">
Small
-</DBRadio>
\ No newline at end of file
+</DBRadio>
<db-radio name="States">(Default) Unchecked</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
+DB UI Mono
<db-radio name="States">(Default) Unchecked</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
<input type="radio" id="OVERWRITE_DEFAULT_ID" name="States" />
(Default) Unchecked
</label>
<DBRadio name="States">(Default) Unchecked</DBRadio>
<DBRadio name="States">(Default) Unchecked</DBRadio>
<db-radio name="States" [checked]="true">Checked</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
@@ -11,4 +11,4 @@
Disabled
</label>
<DBRadio name="States" disabled>
Disabled
-</DBRadio>
<DBRadio name="States" :disabled="true">Disabled</DBRadio>
\ No newline at end of file
+</DBRadio>
<DBRadio name="States" :disabled="true">Disabled</DBRadio>
<db-radio name="Tonality" value="functional">
+DB UI Mono
<db-radio name="Tonality" value="functional">
Functional
</db-radio>
<label class="db-radio" for="OVERWRITE_DEFAULT_ID">
<input
@@ -40,4 +40,4 @@
Expressive
</DBRadio>
<DBRadio name="Tonality" value="expressive">
Expressive
-</DBRadio>
\ No newline at end of file
+</DBRadio>
<db-radio name="Content">(Default) Label</db-radio>
undefined
<DBRadio name="Content">(Default) Label</DBRadio>
<DBRadio name="Content">(Default) Label</DBRadio>
<db-radio name="Content" labelVariant="hidden">
+DB UI Mono
<db-radio name="Content">(Default) Label</db-radio>
undefined
<DBRadio name="Content">(Default) Label</DBRadio>
<DBRadio name="Content">(Default) Label</DBRadio>
<db-radio name="Content" labelVariant="hidden">
Hidden Label
</db-radio>
undefined
<DBRadio name="Content" labelVariant="hidden">
Hidden Label
</DBRadio>
<DBRadio name="Content" labelVariant="hidden">
Hidden Label
-</DBRadio>
\ No newline at end of file
+</DBRadio>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -76,4 +76,4 @@ How to use with Template Driven F
}
coming soon … if your interested in contributing, you're very welcome ;)
coming soon … if your interested in contributing, you're very welcome ;)
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -13,4 +13,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/radio/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description elm-radio
🔁 db-radio
idid anchor link
-
Before Status After Description input_id
🔁 id
Before | Status | After | Description |
---|---|---|---|
input_id | 🔁 | id |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -24,4 +24,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/radio/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -23,4 +23,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/radio/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-section>(Default) Medium</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
+DB UI Mono
<db-section>(Default) Medium</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
<div>(Default) Medium</div>
</section>
<DBSection>(Default) Medium</DBSection>
<DBSection>(Default) Medium</DBSection>
<db-section size="large">Large</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="large" class="db-section">
<div>Large</div>
</section>
<DBSection size="large">Large</DBSection>
<DBSection size="large">Large</DBSection>
<db-section size="small">Small</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="small" class="db-section">
<div>Small</div>
-</section>
<DBSection size="small">Small</DBSection>
<DBSection size="small">Small</DBSection>
\ No newline at end of file
+</section>
<DBSection size="small">Small</DBSection>
<DBSection size="small">Small</DBSection>
<db-section>Functional</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
+DB UI Mono
<db-section>Functional</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
<div>Functional</div>
</section>
<DBSection>Functional</DBSection>
<DBSection>Functional</DBSection>
<db-section>(Default) Regular</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
<div>(Default) Regular</div>
</section>
<DBSection>(Default) Regular</DBSection>
<DBSection>(Default) Regular</DBSection>
<db-section>Expressive</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
<div>Expressive</div>
-</section>
<DBSection>Expressive</DBSection>
<DBSection>Expressive</DBSection>
\ No newline at end of file
+</section>
<DBSection>Expressive</DBSection>
<DBSection>Expressive</DBSection>
<db-section>(Default) Full</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
+DB UI Mono
<db-section>(Default) Full</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
<div>(Default) Full</div>
</section>
<DBSection>(Default) Full</DBSection>
<DBSection>(Default) Full</DBSection>
<db-section variant="medium">Medium</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
<div data-variant="medium">Medium</div>
</section>
<DBSection variant="medium">Medium</DBSection>
<DBSection variant="medium">Medium</DBSection>
<db-section variant="large">Large</db-section>
<section id="OVERWRITE_DEFAULT_ID" data-size="medium" class="db-section">
<div data-variant="large">Large</div>
-</section>
<DBSection variant="large">Large</DBSection>
<DBSection variant="large">Large</DBSection>
\ No newline at end of file
+</section>
<DBSection variant="large">Large</DBSection>
<DBSection variant="large">Large</DBSection>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -14,4 +14,4 @@ Load componentUse componentuse-component anchor link
<!-- app.component.html -->
<db-section variant="full">Section</db-section>
-
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -8,4 +8,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/section/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -7,4 +7,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/section/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/section/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Text</db-select>
<div class="db-select">
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Text</db-select>
<div class="db-select">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<select
id="OVERWRITE_DEFAULT_ID"
@@ -31,4 +31,4 @@
icon="x_placeholder"
>
Text - Leading Icon
-</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" icon="x_placeholder">Text - Leading Icon</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" icon="x_placeholder">Text - Leading Icon</DBSelect>
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Optional</db-select>
<div class="db-select">
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Optional</db-select>
<div class="db-select">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<select
id="OVERWRITE_DEFAULT_ID"
@@ -53,4 +53,4 @@
required
>
Required - Filled
-</DBSelect>
<DBSelect :options="[{'value':'Required - Filled'},{'value':'Option 2'}]" label="Label" value="Required - Filled" :required="true">Required - Filled</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Required - Filled'},{'value':'Option 2'}]" label="Label" value="Required - Filled" :required="true">Required - Filled</DBSelect>
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" message="Helper Message">(Default) Adaptive</db-select>
<div class="db-select">
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" message="Helper Message">(Default) Adaptive</db-select>
<div class="db-select">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<select
id="OVERWRITE_DEFAULT_ID"
@@ -127,4 +127,4 @@
message="Warning Message"
>
Warning
-</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" variant="warning" message="Warning Message">Warning</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" variant="warning" message="Warning Message">Warning</DBSelect>
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" labelVariant="floating">(Default) Empty</db-select>
undefined
<DBSelect
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" labelVariant="floating">(Default) Empty</db-select>
undefined
<DBSelect
options={[{ value: "Option 1" }, { value: "Option 2" }]}
label="Label"
labelVariant="floating"
@@ -35,4 +35,4 @@
value="Disabled"
>
Disabled
-</DBSelect>
<DBSelect :options="[{'value':'Disabled'},{'value':'Option 2'}]" label="Label" :disabled="true" labelVariant="floating" value="Disabled">Disabled</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Disabled'},{'value':'Option 2'}]" label="Label" :disabled="true" labelVariant="floating" value="Disabled">Disabled</DBSelect>
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Empty</db-select>
undefined
<DBSelect
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Empty</db-select>
undefined
<DBSelect
options={[{ value: "Option 1" }, { value: "Option 2" }]}
label="Label"
>
@@ -29,4 +29,4 @@
disabled
>
Disabled
-</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" :disabled="true">Disabled</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" :disabled="true">Disabled</DBSelect>
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">Functional</db-select>
<div class="db-select">
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">Functional</db-select>
<div class="db-select">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<select
id="OVERWRITE_DEFAULT_ID"
@@ -46,4 +46,4 @@
label="Label"
>
Expressive
-</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">Expressive</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">Expressive</DBSelect>
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Basic</db-select>
undefined
<DBSelect
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Basic</db-select>
undefined
<DBSelect
options={[{ value: "Option 1" }, { value: "Option 2" }]}
label="Label"
>
@@ -9,4 +9,4 @@
message="Helper Message"
>
Helper Message
-</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" message="Helper Message">Helper Message</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" message="Helper Message">Helper Message</DBSelect>
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Label Above</db-select>
undefined
<DBSelect
+DB UI Mono
<db-select [options]="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label">(Default) Label Above</db-select>
undefined
<DBSelect
options={[{ value: "Option 1" }, { value: "Option 2" }]}
label="Label"
>
@@ -16,4 +16,4 @@
labelVariant="hidden"
>
Hidden Label
-</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" labelVariant="hidden">Hidden Label</DBSelect>
\ No newline at end of file
+</DBSelect>
<DBSelect :options="[{'value':'Option 1'},{'value':'Option 2'}]" label="Label" labelVariant="hidden">Hidden Label</DBSelect>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -17,4 +17,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/select/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/select/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description elm-select
🔁 db-select
selectselect anchor link
-
Before Status After Description multiple
❌ We removed this attribute for now, there are no valid designs for this use case. size
❌ We removed this attribute for now, there are no valid designs for this use case.
Before | Status | After | Description |
---|---|---|---|
multiple | ❌ | We removed this attribute for now, there are no valid designs for this use case. | |
size | ❌ | We removed this attribute for now, there are no valid designs for this use case. |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/select/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/select/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the ngx-components package.
You can't use the component standalone!
@@ -25,4 +25,4 @@For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -72,4 +72,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab-list/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab-list/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab-list/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the ngx-components package.
You can't use the component standalone!
@@ -25,4 +25,4 @@For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -72,4 +72,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab-panel/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab-panel/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab-panel/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-tab label="(Default) Auto Width">(Default) Auto Width</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Auto Width<!-- -->(Default) Auto Width</label></li>
<DBTab label="(Default) Auto Width">(Default) Auto Width</DBTab>
<DBTab label="(Default) Auto Width">(Default) Auto Width</DBTab>
<db-tab label="Width full" width="full">
+DB UI Mono
<db-tab label="(Default) Auto Width">(Default) Auto Width</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Auto Width<!-- -->(Default) Auto Width</label></li>
<DBTab label="(Default) Auto Width">(Default) Auto Width</DBTab>
<DBTab label="(Default) Auto Width">(Default) Auto Width</DBTab>
<db-tab label="Width full" width="full">
Width full
</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>Width full<!-- -->Width full</label></li>
<DBTab label="Width full" width="full">
Width full
</DBTab>
<DBTab label="Width full" width="full">
Width full
-</DBTab>
\ No newline at end of file
+</DBTab>
<db-tab label="(Default) Text">(Default) Text</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Text<!-- -->(Default) Text</label></li>
<DBTab label="(Default) Text">(Default) Text</DBTab>
<DBTab label="(Default) Text">(Default) Text</DBTab>
<db-tab label="Text - Icon (Leading)" icon="x_placeholder">
+DB UI Mono
<db-tab label="(Default) Text">(Default) Text</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Text<!-- -->(Default) Text</label></li>
<DBTab label="(Default) Text">(Default) Text</DBTab>
<DBTab label="(Default) Text">(Default) Text</DBTab>
<db-tab label="Text - Icon (Leading)" icon="x_placeholder">
Text - Icon (Leading)
</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" data-icon="x_placeholder" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>Text - Icon (Leading)<!-- -->Text - Icon (Leading)</label></li>
<DBTab label="Text - Icon (Leading)" icon="x_placeholder">
Text - Icon (Leading)
@@ -21,4 +21,4 @@
</label>
</li>
<DBTab icon="x_placeholder" noText>
Icon
-</DBTab>
<DBTab icon="x_placeholder" :noText="true">Icon</DBTab>
\ No newline at end of file
+</DBTab>
<DBTab icon="x_placeholder" :noText="true">Icon</DBTab>
<db-tab label="Left" width="full">
+DB UI Mono
<db-tab label="Left" width="full">
Left
</db-tab>
undefined
<DBTab label="Left" width="full">
Left
@@ -10,4 +10,4 @@
Centered
</DBTab>
<DBTab label="Centered" width="full" alignment="center">
Centered
-</DBTab>
\ No newline at end of file
+</DBTab>
<db-tab label="(Default) Enabled">(Default) Enabled</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Enabled<!-- -->(Default) Enabled</label></li>
<DBTab label="(Default) Enabled">(Default) Enabled</DBTab>
<DBTab label="(Default) Enabled">(Default) Enabled</DBTab>
<db-tab label="active" [active]="true">active</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>active<!-- -->active</label></li>
<DBTab label="active" active>
+DB UI Mono
<db-tab label="(Default) Enabled">(Default) Enabled</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Enabled<!-- -->(Default) Enabled</label></li>
<DBTab label="(Default) Enabled">(Default) Enabled</DBTab>
<DBTab label="(Default) Enabled">(Default) Enabled</DBTab>
<db-tab label="active" [active]="true">active</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>active<!-- -->active</label></li>
<DBTab label="active" active>
active
</DBTab>
<DBTab label="active" :active="true">active</DBTab>
<db-tab label="active" [disabled]="true">disabled</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" disabled="" id="OVERWRITE_DEFAULT_ID"/>active<!-- -->disabled</label></li>
<DBTab label="active" disabled>
disabled
-</DBTab>
<DBTab label="active" :disabled="true">disabled</DBTab>
\ No newline at end of file
+</DBTab>
<DBTab label="active" :disabled="true">disabled</DBTab>
<db-tab label="functional">Functional</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>functional<!-- -->Functional</label></li>
<DBTab label="functional">Functional</DBTab>
<DBTab label="functional">Functional</DBTab>
<db-tab label="(Default) Regular">(Default) Regular</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Regular<!-- -->(Default) Regular</label></li>
<DBTab label="(Default) Regular">(Default) Regular</DBTab>
<DBTab label="(Default) Regular">(Default) Regular</DBTab>
<db-tab label="expressive">Expressive</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>expressive<!-- -->Expressive</label></li>
<DBTab label="expressive">Expressive</DBTab>
<DBTab label="expressive">Expressive</DBTab>
<db-tab label="functional">Functional</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>functional<!-- -->Functional</label></li>
<DBTab label="functional">Functional</DBTab>
<DBTab label="functional">Functional</DBTab>
<db-tab label="(Default) Regular">(Default) Regular</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>(Default) Regular<!-- -->(Default) Regular</label></li>
<DBTab label="(Default) Regular">(Default) Regular</DBTab>
<DBTab label="(Default) Regular">(Default) Regular</DBTab>
<db-tab label="expressive">Expressive</db-tab>
<li role="tab" class="db-tab"><label for="OVERWRITE_DEFAULT_ID" class=""><input type="radio" id="OVERWRITE_DEFAULT_ID"/>expressive<!-- -->Expressive</label></li>
<DBTab label="expressive">Expressive</DBTab>
<DBTab label="expressive">Expressive</DBTab>
For general installation and configuration take a look at the ngx-components package.
You can't use the component standalone!
@@ -25,4 +25,4 @@For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -72,4 +72,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -7,4 +7,4 @@DB UI Core ➡ DB UI Componentsclassclass anchor link
Before Status After Description cmp-db-tab
🔁 db-tab
namename anchor link
-
Before Status After Description name
❌ ❌ It should be used with db-tabs
which will add a thename
fromdb-tabs
to all tabs all at one.
Before | Status | After | Description |
---|---|---|---|
name | ❌ | ❌ | It should be used with db-tabs which will add a the name from db-tabs to all tabs all at one. |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tab/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-tabs [initialSelectedIndex]="1">
+DB UI Mono
<db-tabs [initialSelectedIndex]="1">
<db-tab-list>
<db-tab>Tab 1</db-tab>
<db-tab>Tab 2</db-tab>
@@ -176,4 +176,4 @@
<DBTabPanel>Tab Panel 1</DBTabPanel>
<DBTabPanel>Tab Panel 2</DBTabPanel>
<DBTabPanel>Tab Panel 3</DBTabPanel>
- </DBTabs>
\ No newline at end of file
+ </DBTabs>
<db-tabs>
+DB UI Mono
<db-tabs>
<db-tab-list>
<db-tab>Tab 1</db-tab>
<db-tab>Tab 2</db-tab>
@@ -176,4 +176,4 @@
<DBTabPanel>Tab Panel 1</DBTabPanel>
<DBTabPanel>Tab Panel 2</DBTabPanel>
<DBTabPanel>Tab Panel 3</DBTabPanel>
-</DBTabs>
\ No newline at end of file
+</DBTabs>
<db-tabs>
+DB UI Mono
<db-tabs>
<db-tab-list>
<db-tab>Tab 1</db-tab>
<db-tab>Tab 2</db-tab>
@@ -265,4 +265,4 @@
<DBTabPanel>Tab Panel 1</DBTabPanel>
<DBTabPanel>Tab Panel 2</DBTabPanel>
<DBTabPanel>Tab Panel 3</DBTabPanel>
-</DBTabs>
\ No newline at end of file
+</DBTabs>
<db-tabs>
+DB UI Mono
<db-tabs>
<db-tab-list>
<db-tab>Tab 1</db-tab>
<db-tab>Tab 2</db-tab>
@@ -265,4 +265,4 @@
<DBTabPanel>Tab Panel 1</DBTabPanel>
<DBTabPanel>Tab Panel 2</DBTabPanel>
<DBTabPanel>Tab Panel 3</DBTabPanel>
-</DBTabs>
\ No newline at end of file
+</DBTabs>
<db-tabs>
+DB UI Mono
<db-tabs>
<db-tab-list>
<db-tab>Tab 1</db-tab>
<db-tab>Tab 2</db-tab>
@@ -265,4 +265,4 @@
<DBTabPanel>Tab Panel 1</DBTabPanel>
<DBTabPanel>Tab Panel 2</DBTabPanel>
<DBTabPanel>Tab Panel 3</DBTabPanel>
-</DBTabs>
\ No newline at end of file
+</DBTabs>
For general installation and configuration take a look at the ngx-components package.
You can't use the component standalone!
@@ -25,4 +25,4 @@For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -72,4 +72,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tabs/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
Before | Status | After | Description |
---|---|---|---|
cmp-tab-bar | 🔁 | db-tabs |
Before | Status | After | Description |
---|---|---|---|
cmp-tab-bar | 🔁 | db-tabs |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tabs/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tabs/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-tag>(Default) Static</db-tag>
<div class="db-tag">(Default) Static</div>
<DBTag>(Default) Static</DBTag>
<DBTag>(Default) Static</DBTag>
<db-tag>
+DB UI Mono
<db-tag>(Default) Static</db-tag>
<div class="db-tag">(Default) Static</div>
<DBTag>(Default) Static</DBTag>
<DBTag>(Default) Static</DBTag>
<db-tag>
<db-button>Interactive Button</db-button>
</db-tag>
<div class="db-tag">
<button class="db-button">Interactive Button</button>
@@ -61,4 +61,4 @@
>
Remove tag
</button>
-</div>
<DBTag behaviour="removable">Removeable</DBTag>
<DBTag behaviour="removable">Removeable</DBTag>
\ No newline at end of file
+</div>
<DBTag behaviour="removable">Removeable</DBTag>
<DBTag behaviour="removable">Removeable</DBTag>
<db-tag>(Default) Text</db-tag>
<div class="db-tag">(Default) Text</div>
<DBTag>(Default) Text</DBTag>
<DBTag>(Default) Text</DBTag>
<db-tag icon="account" [noText]="true">Icon</db-tag>
<div class="db-tag" data-icon="account" data-no-text="true">
+DB UI Mono
<db-tag>(Default) Text</db-tag>
<div class="db-tag">(Default) Text</div>
<DBTag>(Default) Text</DBTag>
<DBTag>(Default) Text</DBTag>
<db-tag icon="account" [noText]="true">Icon</db-tag>
<div class="db-tag" data-icon="account" data-no-text="true">
Icon
</div>
<DBTag icon="account" noText>
Icon
</DBTag>
<DBTag icon="account" :noText="true">Icon</DBTag>
<db-tag icon="account">Icon & Text</db-tag>
<div class="db-tag" data-icon="account">
Icon & Text
-</div>
<DBTag icon="account">Icon & Text</DBTag>
<DBTag icon="account">Icon & Text</DBTag>
\ No newline at end of file
+</div>
<DBTag icon="account">Icon & Text</DBTag>
<DBTag icon="account">Icon & Text</DBTag>
<db-tag>(Default) Weak</db-tag>
<div class="db-tag">(Default) Weak</div>
<DBTag>(Default) Weak</DBTag>
<DBTag>(Default) Weak</DBTag>
<db-tag emphasis="strong">Strong</db-tag>
<div class="db-tag" data-emphasis="strong">
+DB UI Mono
<db-tag>(Default) Weak</db-tag>
<div class="db-tag">(Default) Weak</div>
<DBTag>(Default) Weak</DBTag>
<DBTag>(Default) Weak</DBTag>
<db-tag emphasis="strong">Strong</db-tag>
<div class="db-tag" data-emphasis="strong">
Strong
-</div>
<DBTag emphasis="strong">Strong</DBTag>
<DBTag emphasis="strong">Strong</DBTag>
\ No newline at end of file
+</div>
<DBTag emphasis="strong">Strong</DBTag>
<DBTag emphasis="strong">Strong</DBTag>
<db-tag>
+DB UI Mono
<db-tag>
<db-button>Interactive Button</db-button>
</db-tag>
<div class="db-tag">
<button class="db-button">Interactive Button</button>
@@ -54,4 +54,4 @@
}}
>
Interactive Strong Radio 2 with Icon
-</DBTag>
<DBTag component="radio" emphasis="strong" icon="account" identifier="radio02" :code="{'angular':'<db-tag><db-radio name='radio02'>Interactive Radio 2</db-radio></db-tag>','html':'<div class='db-tag'><input type='radio' class='db-checkbox' id='checkbox-element' name='radio02' /><label for='checkbox-element'>Interactive Radio 2</label></div>','react':'<DBTag><DBRadio name='radio02'>Interactive Radio 2</DBRadio></DBTag>','vue':'<DBTag><DBRadio name='radio02'>Interactive Radio 2</DBRadio></DBTag>'}">Interactive Strong Radio 2 with Icon</DBTag>
\ No newline at end of file
+</DBTag>
<DBTag component="radio" emphasis="strong" icon="account" identifier="radio02" :code="{'angular':'<db-tag><db-radio name='radio02'>Interactive Radio 2</db-radio></db-tag>','html':'<div class='db-tag'><input type='radio' class='db-checkbox' id='checkbox-element' name='radio02' /><label for='checkbox-element'>Interactive Radio 2</label></div>','react':'<DBTag><DBRadio name='radio02'>Interactive Radio 2</DBRadio></DBTag>','vue':'<DBTag><DBRadio name='radio02'>Interactive Radio 2</DBRadio></DBTag>'}">Interactive Strong Radio 2 with Icon</DBTag>
<db-tag>(Default) No Overflow</db-tag>
<div class="db-tag">(Default) No Overflow</div>
<DBTag>(Default) No Overflow</DBTag>
<DBTag>(Default) No Overflow</DBTag>
<db-tag [overflow]="true">With Overflow (max-width)</db-tag>
<div class="db-tag" data-overflow="true">
+DB UI Mono
<db-tag>(Default) No Overflow</db-tag>
<div class="db-tag">(Default) No Overflow</div>
<DBTag>(Default) No Overflow</DBTag>
<DBTag>(Default) No Overflow</DBTag>
<db-tag [overflow]="true">With Overflow (max-width)</db-tag>
<div class="db-tag" data-overflow="true">
With Overflow (max-width)
-</div>
<DBTag overflow>With Overflow (max-width)</DBTag>
<DBTag :overflow="true">With Overflow (max-width)</DBTag>
\ No newline at end of file
+</div>
<DBTag overflow>With Overflow (max-width)</DBTag>
<DBTag :overflow="true">With Overflow (max-width)</DBTag>
<db-tag>
+DB UI Mono
<db-tag>
<db-checkbox>Interactive Checkbox</db-checkbox>
</db-tag>
<div class="db-tag">
<input type="checkbox" class="db-checkbox" id="checkbox-element" />
@@ -30,4 +30,4 @@
<DBCheckbox checked disabled>
Interactive Checkbox
</DBCheckbox>
-</DBTag>
<DBTag><DBCheckbox :checked="true" :disabled="true">Interactive Checkbox</DBCheckbox></DBTag>
\ No newline at end of file
+</DBTag>
<DBTag><DBCheckbox :checked="true" :disabled="true">Interactive Checkbox</DBCheckbox></DBTag>
<db-tag>Functional</db-tag>
<div class="db-tag">Functional</div>
<DBTag>Functional</DBTag>
<DBTag>Functional</DBTag>
<db-tag>(Default) Regular</db-tag>
<div class="db-tag">(Default) Regular</div>
<DBTag>(Default) Regular</DBTag>
<DBTag>(Default) Regular</DBTag>
<db-tag>Expressive</db-tag>
<div class="db-tag">Expressive</div>
<DBTag>Expressive</DBTag>
<DBTag>Expressive</DBTag>
<db-tag>Functional</db-tag>
<div class="db-tag">Functional</div>
<DBTag>Functional</DBTag>
<DBTag>Functional</DBTag>
<db-tag>(Default) Regular</db-tag>
<div class="db-tag">(Default) Regular</div>
<DBTag>(Default) Regular</DBTag>
<DBTag>(Default) Regular</DBTag>
<db-tag>Expressive</db-tag>
<div class="db-tag">Expressive</div>
<DBTag>Expressive</DBTag>
<DBTag>Expressive</DBTag>
<db-tag>(Default) Adaptive</db-tag>
<div class="db-tag">(Default) Adaptive</div>
<DBTag>(Default) Adaptive</DBTag>
<DBTag>(Default) Adaptive</DBTag>
<db-tag variant="neutral">Neutral</db-tag>
<div class="db-tag" data-variant="neutral">
+DB UI Mono
<db-tag>(Default) Adaptive</db-tag>
<div class="db-tag">(Default) Adaptive</div>
<DBTag>(Default) Adaptive</DBTag>
<DBTag>(Default) Adaptive</DBTag>
<db-tag variant="neutral">Neutral</db-tag>
<div class="db-tag" data-variant="neutral">
Neutral
</div>
<DBTag variant="neutral">Neutral</DBTag>
<DBTag variant="neutral">Neutral</DBTag>
<db-tag variant="critical">Critical</db-tag>
<div class="db-tag" data-variant="critical">
Critical
@@ -50,4 +50,4 @@
Warning Strong
</DBTag>
<DBTag variant="warning" emphasis="strong">
Warning Strong
-</DBTag>
\ No newline at end of file
+</DBTag>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -21,4 +21,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tag/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -8,4 +8,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tag/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -20,4 +20,4 @@sizesvariantsvariants anchor link
Before Status After Description poi-*
❌ ❌ We removed all point of interest colors for now. track
❌ ❌ We removed track for now. error
🔁 critical
informative
🔁 informational
success
🔁 successful
iconsicons anchor link
-
Before Status After Description iconAfter
❌ ❌ not valid anymore, for tags only icons before text are allowed
Before | Status | After | Description |
---|---|---|---|
iconAfter | ❌ | ❌ | not valid anymore, for tags only icons before text are allowed |
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -26,4 +26,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tag/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -18,4 +18,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tag/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
<db-textarea label="Label">(Default) Optional</db-textarea>
<div class="db-textarea">
+DB UI Mono
<db-textarea label="Label">(Default) Optional</db-textarea>
<div class="db-textarea">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<textarea id="OVERWRITE_DEFAULT_ID" placeholder=" " rows="4"></textarea>
</div>
<DBTextarea label="Label">(Default) Optional</DBTextarea>
<DBTextarea label="Label">(Default) Optional</DBTextarea>
<db-textarea label="Label" [required]="true">Required</db-textarea>
<div class="db-textarea">
@@ -18,4 +18,4 @@
</textarea>
</div>
<DBTextarea label="Label" value="Required - Filled" required>
Required - Filled
-</DBTextarea>
<DBTextarea label="Label" value="Required - Filled" :required="true">Required - Filled</DBTextarea>
\ No newline at end of file
+</DBTextarea>
<DBTextarea label="Label" value="Required - Filled" :required="true">Required - Filled</DBTextarea>
<db-textarea
+DB UI Mono
<db-textarea
label="(Default) 4 Rows"
value="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
>
@@ -33,4 +33,4 @@
value="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
>
Custom
-</DBTextarea>
<DBTextarea label="Custom Example 8 Rows" :rows="8" value="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.">Custom</DBTextarea>
\ No newline at end of file
+</DBTextarea>
<DBTextarea label="Custom Example 8 Rows" :rows="8" value="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.">Custom</DBTextarea>
<db-textarea label="Label" message="Helper Message">
+DB UI Mono
<db-textarea label="Label" message="Helper Message">
(Default) Adaptive
</db-textarea>
<div class="db-textarea">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
@@ -120,4 +120,4 @@
Warning
</DBTextarea>
<DBTextarea label="Label" variant="warning" message="Warning Message">
Warning
-</DBTextarea>
\ No newline at end of file
+</DBTextarea>
<db-textarea label="Label" labelVariant="floating">
+DB UI Mono
<db-textarea label="Label" labelVariant="floating">
(Default) Empty
</db-textarea>
undefined
<DBTextarea label="Label" labelVariant="floating">
(Default) Empty
@@ -33,4 +33,4 @@
labelVariant="floating"
>
Readonly - Filled
-</DBTextarea>
<DBTextarea label="Label" value="Readonly - Filled" :readOnly="true" labelVariant="floating">Readonly - Filled</DBTextarea>
\ No newline at end of file
+</DBTextarea>
<DBTextarea label="Label" value="Readonly - Filled" :readOnly="true" labelVariant="floating">Readonly - Filled</DBTextarea>
<db-textarea label="Label">(Default) Empty</db-textarea>
undefined
<DBTextarea label="Label">(Default) Empty</DBTextarea>
<DBTextarea label="Label">(Default) Empty</DBTextarea>
<db-textarea label="Label" value="Filled">
+DB UI Mono
<db-textarea label="Label">(Default) Empty</db-textarea>
undefined
<DBTextarea label="Label">(Default) Empty</DBTextarea>
<DBTextarea label="Label">(Default) Empty</DBTextarea>
<db-textarea label="Label" value="Filled">
Filled
</db-textarea>
undefined
<DBTextarea label="Label" value="Filled">
Filled
@@ -12,4 +12,4 @@
Disabled
</DBTextarea>
<DBTextarea label="Label" :disabled="true">Disabled</DBTextarea>
<db-textarea label="Label" value="Readonly - Filled" [readOnly]="true">Readonly - Filled</db-textarea>
undefined
<DBTextarea label="Label" value="Readonly - Filled" readOnly>
Readonly - Filled
-</DBTextarea>
<DBTextarea label="Label" value="Readonly - Filled" :readOnly="true">Readonly - Filled</DBTextarea>
\ No newline at end of file
+</DBTextarea>
<DBTextarea label="Label" value="Readonly - Filled" :readOnly="true">Readonly - Filled</DBTextarea>
<db-textarea label="Label">Functional</db-textarea>
<div class="db-textarea">
+DB UI Mono
<db-textarea label="Label">Functional</db-textarea>
<div class="db-textarea">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<textarea id="OVERWRITE_DEFAULT_ID" placeholder=" " rows="4"></textarea>
</div>
<DBTextarea label="Label">Functional</DBTextarea>
<DBTextarea label="Label">Functional</DBTextarea>
<db-textarea label="Label">(Default) Regular</db-textarea>
<div class="db-textarea">
@@ -7,4 +7,4 @@
</div>
<DBTextarea label="Label">(Default) Regular</DBTextarea>
<DBTextarea label="Label">(Default) Regular</DBTextarea>
<db-textarea label="Label">Expressive</db-textarea>
<div class="db-textarea">
<label for="OVERWRITE_DEFAULT_ID">Label</label>
<textarea id="OVERWRITE_DEFAULT_ID" placeholder=" " rows="4"></textarea>
-</div>
<DBTextarea label="Label">Expressive</DBTextarea>
<DBTextarea label="Label">Expressive</DBTextarea>
\ No newline at end of file
+</div>
<DBTextarea label="Label">Expressive</DBTextarea>
<DBTextarea label="Label">Expressive</DBTextarea>
<db-textarea label="Label">(Default) Basic</db-textarea>
undefined
<DBTextarea label="Label">(Default) Basic</DBTextarea>
<DBTextarea label="Label">(Default) Basic</DBTextarea>
<db-textarea label="Label" message="Helper Message">
+DB UI Mono
<db-textarea label="Label">(Default) Basic</db-textarea>
undefined
<DBTextarea label="Label">(Default) Basic</DBTextarea>
<DBTextarea label="Label">(Default) Basic</DBTextarea>
<db-textarea label="Label" message="Helper Message">
Helper Message
</db-textarea>
undefined
<DBTextarea label="Label" message="Helper Message">
Helper Message
</DBTextarea>
<DBTextarea label="Label" message="Helper Message">
Helper Message
-</DBTextarea>
\ No newline at end of file
+</DBTextarea>
<db-textarea label="Label">(Default) Label Above</db-textarea>
undefined
<DBTextarea label="Label">(Default) Label Above</DBTextarea>
<DBTextarea label="Label">(Default) Label Above</DBTextarea>
<db-textarea label="Label" labelVariant="floating" value="Floating Label">
+DB UI Mono
<db-textarea label="Label">(Default) Label Above</db-textarea>
undefined
<DBTextarea label="Label">(Default) Label Above</DBTextarea>
<DBTextarea label="Label">(Default) Label Above</DBTextarea>
<db-textarea label="Label" labelVariant="floating" value="Floating Label">
Floating Label
</db-textarea>
undefined
<DBTextarea label="Label" labelVariant="floating" value="Floating Label">
Floating Label
@@ -10,4 +10,4 @@
Hidden Label
</DBTextarea>
<DBTextarea label="Label" labelVariant="hidden">
Hidden Label
-</DBTextarea>
\ No newline at end of file
+</DBTextarea>
For general installation and configuration look at the ngx-components package.
// app.component.ts
@@ -33,4 +33,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/textarea/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration look at the components package.
<!-- index.html -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/textarea/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
@@ -9,4 +9,4 @@classvariantsvariants anchor link
Before Status After Description semitransparent
❌ white
❌ solid
❌ outline
❌ 🆕 adaptive
🆕 critical
🆕 informational
🆕 warning
🆕 successful
otherother anchor link
-
Before Status After Description description
🔁 message
Before | Status | After | Description |
---|---|---|---|
description | 🔁 | message |
For general installation and configuration look at the react-components package.
// App.tsx
@@ -19,4 +19,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/textarea/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration look at the v-components package.
You cannot use a default value for textarea in vue. @@ -22,4 +22,4 @@
<db-tooltip content="Tooltip" id="tooltip-14">
+DB UI Mono
<db-tooltip content="Tooltip" id="tooltip-14">
(Default) Animation no delay
</db-tooltip>
<i
role="tooltip"
@@ -57,4 +57,4 @@
No animation
</DBTooltip>
<DBTooltip content="Tooltip" animation="disabled" id="tooltip-17">
No animation
-</DBTooltip>
\ No newline at end of file
+</DBTooltip>
<db-tooltip content="Tooltip" id="tooltip-06">
+DB UI Mono
<db-tooltip content="Tooltip" id="tooltip-06">
(Default) Weak
</db-tooltip>
<i
role="tooltip"
@@ -27,4 +27,4 @@
Strong
</DBTooltip>
<DBTooltip content="Tooltip" emphasis="strong" id="tooltip-07">
Strong
-</DBTooltip>
\ No newline at end of file
+</DBTooltip>
<db-tooltip content="Tooltip" placement="bottom-start" id="tooltip-08-start">
+DB UI Mono
<db-tooltip content="Tooltip" placement="bottom-start" id="tooltip-08-start">
bottom-start
</db-tooltip>
<i
role="tooltip"
@@ -178,4 +178,4 @@
top-end
</DBTooltip>
<DBTooltip content="Tooltip" placement="top-end" id="tooltip-09-end">
top-end
-</DBTooltip>
\ No newline at end of file
+</DBTooltip>
<db-tooltip content="Tooltip" id="tooltip-01">
+DB UI Mono
<db-tooltip content="Tooltip" id="tooltip-01">
Functional
</db-tooltip>
<i
role="tooltip"
@@ -40,4 +40,4 @@
Expressive
</DBTooltip>
<DBTooltip content="Tooltip" id="tooltip-03">
Expressive
-</DBTooltip>
\ No newline at end of file
+</DBTooltip>
<db-tooltip content="Tooltip" id="tooltip-04">
+DB UI Mono
<db-tooltip content="Tooltip" id="tooltip-04">
(Default) With arrow
</db-tooltip>
<i
role="tooltip"
@@ -27,4 +27,4 @@
Basic
</DBTooltip>
<DBTooltip content="Tooltip" variant="basic" id="tooltip-05">
Basic
-</DBTooltip>
\ No newline at end of file
+</DBTooltip>
<db-tooltip
+DB UI Mono
<db-tooltip
content="Max width, lorem ipsum dolor sit amet, consetetur sadipscing"
id="tooltip-12"
>
@@ -48,4 +48,4 @@
id="tooltip-13"
>
Fixed
-</DBTooltip>
\ No newline at end of file
+</DBTooltip>
For general installation and configuration take a look at the ngx-components package.
// app.component.ts
@@ -17,4 +17,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tooltip/docs/Angular","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the components package.
<!-- index.html -->
@@ -9,4 +9,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tooltip/docs/HTML","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
Note For a general installation or migration process check out this documentation.
New Component 🥳
New Component 🥳
For general installation and configuration take a look at the react-components package.
// App.tsx
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tooltip/docs/React","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+
For general installation and configuration take a look at the v-components package.
<!-- App.vue -->
@@ -12,4 +12,4 @@ Use component{"props":{"pageProps":{}},"page":"/components/tooltip/docs/Vue","query":{},"buildId":"X1NImgRdykMG87brM_J9S","assetPrefix":"/mono/review/fix-react-attributes","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}
\ No newline at end of file
+