`nav-catalog` Component

`nav-catalog` is a component rendering navigation list into a catalog card deck. Unlike other navigationt type, due to the use of Card component, `nav-catalog` requires additional โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/nav-catalog/
Nav - TOC Component

Table of Contents (TOC) is the list of links presentations in vertical manner. It is a kind of navigation layout commonly used to list sub-pages in a scroll down manner.
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/nav-toc/
Card Component

`Card` component is widely used in many information and summary display. Among the use cases are presenting itemized products in e-commerece, data from search list, and etc. โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/card/
iFrame Component

`iFrame` component is a nested browsing context, allowing one to embed another web page into the current one. This is widely used by may service providers to offer their third โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/iframe/
Note

`Notes` component is the inline content snippet that is indirectly related to the main content. This is usually used for highlighting important reminders, warning, and to convey โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/note/
Carousel

Carousel component is a dynamic display of content over a same view port. A normal deployment would be album carousel, text-ed card carousel, or video carousel. Bissetii supports โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/carousel/
Color Component

Bissetii provides a single config method called `Color` component to switch from its main bambooish green color scheme to other color available color scheme. This allows users to โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/color/
Emoji Component

"Emoji", known as e (็ตต, "picture") + moji (ๆๅญ, "character") from Japanese Kanji is a key feature for web content. With emoji supports, a lot of icons can be replaced easily. โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/emoji/
Shields Badge Component

Always wanted to embed Shields.io badges into Bissetii without depending on "Shields.io Badge" is the component to re-create Shields.io's SVG badges using HTML+CSS codes and to โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/shields-badge/
Definitions List Component

"Definitions list" is the component that defines a list of items. This is commonly used for arconym definitions and quick name-value labelling. Bissetii supportes "Definitions โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/definitions-list/
Navbar Component

"Navbar" is the navigation menus for users to navigate across the websites. To avoid using Javascript, Bissetii supports most of its navigation styling using specific HTML pattern โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/navbar/
Footer Component

The footer component is the last body content appearing across all pages in a website. Bissetii uses the W3C hirarchy standard footer tag. This allows seamless styling when โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/footer/
Typography Component

Typography in web design is a critical component responsible for styling text from font size to font style. Bissetii renders its typography in its specific manner for multiple โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/typography/
Table Component

Table is a simpliest way to present data and has been used since the early HTML. It is mainly for organizing row-column data matrix-based presentation. Bissetii also supports table โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/table/
Anchor Component

`Anchor` component is the HTML hyperlinks for directing user to from the current webpage to another. This component is the currency for seach engine optimization to have inference โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/anchor/
Image Component

Web HTML facilitates a wide-varieties of displaying images using various image tags like "<img>", "<amp-img>" and "<picture>" in their respective outputs. Bissetii supports them โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/image/
Grid Component

Grid component is vital for organizing HTML elements horizontally. Without Grid, every contents are arranged vertically with responsive 100% width. Bissetii uses the CSS flexbox โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/grid/
Form Component

'Form' component is the input gathering interface. Despite as simple as it sounds, there are a lot of complicated guides and tutorials all over the Internet. Bissetii did a number โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/form/
Divider Component

Although Bissetii automatically sections the contents using the headers, web HTML does provide a horizontal "Divider" line ("<hr/>") commonly used for internal ad-hoc sectioning. โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/divider/
Code Component

"Code" component is the "<pre>" and "<code>" tags meant for displaying preformatted statements or specifically, computer codes in the HTML. Bissetii styles the standard W3C HTML โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/code/
Blockquote Component

"Blockquote" is the component for adding a quote from a reference sources. Bissetii uses the standard W3C "<blockquote>" HTML tag for rendering "Blockquote" content.
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/blockquote/
Button Component

"Button" as the name implies, is the rectagular knob meant for users to pressed onto. "Button" is commonly used in forms and link styling. Bissetii uses the standard W3C HTML โฆ
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/button/
List Component

List is a common component used in web pages. There are 2 common lists from W3C HTML: ordered list (`ol`) and unordered list (`ul`). Bissetii styles both lists seemlessly.
Last Modified:
Link:
https://bissetii.zoralab.com/en/components/list/