-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7fe6c9
commit 36a8686
Showing
245 changed files
with
9,766 additions
and
3,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
import Link from 'next/link'; | ||
|
||
export function StyleDoc() { | ||
return ( | ||
<> | ||
<DocSectionText id="style" label="Style"> | ||
<p> | ||
Following is the list of structural style classes, for theming classes visit <Link href="/theming"> theming</Link> page. | ||
</p> | ||
</DocSectionText> | ||
<div className="doc-tablewrapper"> | ||
<table className="doc-table"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Element</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>p-accordion</td> | ||
<td>Container element.</td> | ||
</tr> | ||
<tr> | ||
<td>p-accordion-header</td> | ||
<td>Header of a tab.</td> | ||
</tr> | ||
<tr> | ||
<td>p-accordion-content</td> | ||
<td>Container of a tab.</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
import Link from 'next/link'; | ||
|
||
export function StyleDoc() { | ||
return ( | ||
<> | ||
<DocSectionText id="style" label="Style"> | ||
<p> | ||
Following is the list of structural style classes, for theming classes visit <Link href="/theming"> theming</Link> page. | ||
</p> | ||
</DocSectionText> | ||
<div className="doc-tablewrapper"> | ||
<table className="doc-table"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Element</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>p-autocomplete</td> | ||
<td>Container element</td> | ||
</tr> | ||
<tr> | ||
<td>p-autocomplete-panel</td> | ||
<td>Overlay panel of suggestions.</td> | ||
</tr> | ||
<tr> | ||
<td>p-autocomplete-items</td> | ||
<td>List container of suggestions.</td> | ||
</tr> | ||
<tr> | ||
<td>p-autocomplete-item</td> | ||
<td>List item of a suggestion.</td> | ||
</tr> | ||
<tr> | ||
<td>p-autocomplete-token</td> | ||
<td>Element of a selected item in multiple mode.</td> | ||
</tr> | ||
<tr> | ||
<td>p-autocomplete-token-icon</td> | ||
<td>Close icon element of a selected item in multiple mode.</td> | ||
</tr> | ||
<tr> | ||
<td>p-autocomplete-token-label</td> | ||
<td>Label of a selected item in multiple mode.</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
import Link from 'next/link'; | ||
|
||
export function StyleDoc() { | ||
return ( | ||
<> | ||
<DocSectionText id="style" label="Style"> | ||
<p> | ||
Following is the list of structural style classes, for theming classes visit <Link href="/theming">theming</Link> page. | ||
</p> | ||
</DocSectionText> | ||
<div className="doc-tablewrapper"> | ||
<table className="doc-table"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Element</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>p-avatar</td> | ||
<td>Container element.</td> | ||
</tr> | ||
<tr> | ||
<td>p-avatar-image</td> | ||
<td>Container element in image mode.</td> | ||
</tr> | ||
<tr> | ||
<td>p-avatar-circle</td> | ||
<td>Container element with a circle shape.</td> | ||
</tr> | ||
<tr> | ||
<td>p-avatar-text</td> | ||
<td>Text of the Avatar.</td> | ||
</tr> | ||
<tr> | ||
<td>p-avatar-icon</td> | ||
<td>Icon of the Avatar.</td> | ||
</tr> | ||
<tr> | ||
<td>p-avatar-lg</td> | ||
<td>Container element with a large size.</td> | ||
</tr> | ||
<tr> | ||
<td>p-avatar-xl</td> | ||
<td>Container element with an xlarge size.</td> | ||
</tr> | ||
<tr> | ||
<td>p-avatar-group</td> | ||
<td>Container element of the group element.</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
import Link from 'next/link'; | ||
|
||
export function StyleDoc() { | ||
return ( | ||
<> | ||
<DocSectionText id="style" label="Style"> | ||
<p> | ||
Following is the list of structural style classes, for theming classes visit <Link href="/theming">theming</Link> page. | ||
</p> | ||
</DocSectionText> | ||
<div className="doc-tablewrapper"> | ||
<table className="doc-table"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Element</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>p-badge</td> | ||
<td>Badge element</td> | ||
</tr> | ||
<tr> | ||
<td>p-overlay-badge</td> | ||
<td>Wrapper of a badge and its target.</td> | ||
</tr> | ||
<tr> | ||
<td>p-badge-dot</td> | ||
<td>Badge element with no value.</td> | ||
</tr> | ||
<tr> | ||
<td>p-badge-success</td> | ||
<td>Badge element with success severity.</td> | ||
</tr> | ||
<tr> | ||
<td>p-badge-info</td> | ||
<td>Badge element with info severity.</td> | ||
</tr> | ||
<tr> | ||
<td>p-badge-warning</td> | ||
<td>Badge element with warning severity.</td> | ||
</tr> | ||
<tr> | ||
<td>p-badge-danger</td> | ||
<td>Badge element with danger severity.</td> | ||
</tr> | ||
<tr> | ||
<td>p-badge-lg</td> | ||
<td>Large badge element</td> | ||
</tr> | ||
<tr> | ||
<td>p-badge-xl</td> | ||
<td>Extra large badge element</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
import Link from 'next/link'; | ||
|
||
export function StyleDoc() { | ||
return ( | ||
<> | ||
<DocSectionText id="style" label="Style"> | ||
<p> | ||
Following is the list of structural style classes, for theming classes visit <Link href="/theming">theming</Link> page. | ||
</p> | ||
</DocSectionText> | ||
<div className="doc-tablewrapper"> | ||
<table className="doc-table"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Element</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>p-blockui</td> | ||
<td>Mask element.</td> | ||
</tr> | ||
<tr> | ||
<td>p-blockui-document</td> | ||
<td>Mask element in full screen mode.</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
import Link from 'next/link'; | ||
|
||
export function StyleDoc() { | ||
return ( | ||
<> | ||
<DocSectionText id="style" label="Style"> | ||
<p> | ||
Following is the list of structural style classes, for theming classes visit <Link href="/theming"> theming</Link> page. | ||
</p> | ||
</DocSectionText> | ||
<div className="doc-tablewrapper"> | ||
<table className="doc-table"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Element</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>p-breadcrumb</td> | ||
<td>Container element.</td> | ||
</tr> | ||
<tr> | ||
<td>p-menuitem</td> | ||
<td>Menuitem element.</td> | ||
</tr> | ||
<tr> | ||
<td>p-menuitem-text</td> | ||
<td>Label of a menuitem.</td> | ||
</tr> | ||
<tr> | ||
<td>p-breadcrumb-chevron</td> | ||
<td>Chevron element.</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
import Link from 'next/link'; | ||
|
||
export function StyleDoc() { | ||
return ( | ||
<> | ||
<DocSectionText id="style" label="Style"> | ||
<p> | ||
Following is the list of structural style classes, for theming classes visit <Link href="/theming"> theming</Link> page. | ||
</p> | ||
</DocSectionText> | ||
<div className="doc-tablewrapper"> | ||
<table className="doc-table"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Element</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>p-button</td> | ||
<td>Button element</td> | ||
</tr> | ||
<tr> | ||
<td>p-button-icon</td> | ||
<td>Icon element</td> | ||
</tr> | ||
<tr> | ||
<td>p-button-text</td> | ||
<td>Label element of the button</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</> | ||
); | ||
} |
Oops, something went wrong.