gh: git@github.com:SUI-Components/docs-components
homepage: https://github.com/SUI-Components/docs-components/
npm install @s-ui/documentation-library
HTML
a
element DOC styled
HTML
article
element DOC styled
Component used to represent people or objects DOC styled
A Box can be used to display content related to a single subject DOC styled
HTML
button
element DOC styled. Triggers an operation on click.
HTML wrapper to group multiple
button
HTML elements DOC styled.
HTML
code
element DOC styled
div element css-grid styled in order to allocate elements
div element css-grid styled in order to allocate elements in the grid disposed.
Create HTML tag titles.
HTML
h1
element DOC styled
HTML
h1
element DOC styled
HTML
h3
element DOC styled
HTML
h4
element DOC styled
Ant-Design icon DOC styled
Bootstrap icon DOC styled
Box icon DOC styled
DevIcon DOC styled
Feather Icon DOC styled
Flat Color Icon DOC styled
Material Design Icon DOC styled
HTML
input
element DOC styled
The HTML
label
element represents a caption for an item in a user interface.
The HTML
ol
element represents an ordered list of items — typically rendered as a numbered list.
The HTML
ul
element represents an unordered list of items, typically rendered as a bulleted list.
The HTML
li
element is used to represent an item in a list.
The HTML
p
element represents a paragraph.
The HTML
q
element indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks.
The
<input type="radio">
defines a radio button. RadioButton buttons are normally presented in radio groups (a collection of radio buttons describing a set of related options). Only one radio button in a group can be selected at the same time.
Radio options element wrapper
The
<input type="radio">
defines a radio button styled like a button. RadioButton buttons are normally presented in radio groups (a collection of radio buttons describing a set of related options). Only one radio button in a group can be selected at the same time.
Radio button options element wrapper
The HTML
hr
element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.
Simple plain text styled
The HTML Bring Attention To element (
b
) is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance.
The HTML Strong Importance Element (
strong
) indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.
The HTML Idiomatic Text element (
i
) represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, taxonomical designations, among others.
The HTML
em
element marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis.
The HTML Mark Text element (
mark
) represents text which is marked or highlighted for reference or notation purposes, due to the marked passage's relevance or importance in the enclosing context.
The HTML `small element represents side-comments and small print, like copyright and legal text, independent of its styled presentation. By default, it renders text within it one font-size smaller, such as from small to x-small
The HTML
del
element represents a range of text that has been deleted from a document.
The HTML
ins
element represents a range of text that has been added to a document.
The HTML Subscript element (
sub
) specifies inline text which should be displayed as subscript for solely typographical reasons.
The HTML Superscript element (
sup
) specifies inline text which is to be displayed as superscript for solely typographical reasons.