My Ideal Card
This can be written in Markdown or HTML which will then be processed by Bissetii into Vanilla HTML.
Vertical Layout Card
Sub-ComponentVertical Card Layout
component is the Card
component design that holds
vertical layout where thumbnail is at the top, content is at the center, and
CTA is at the bottom of the card.
This component is available starting from v1.13.0
.
Here is a rendering example:
This can be written in Markdown or HTML which will then be processed by Bissetii into Vanilla HTML.
All Hugo interface is supported directly from Card Component.
For deploying this sub-component to style a particular card, the Type
field
must be set to vertical
.
|
|
All Go interface is supported directly from Card Component. No additional feature is added.
Extending from Card Component, Bissetii styles the Card
component with this sub-component
via the .vertical
class tag.
Bissetii HTML codes for this component are the same for Vanilla HTML5 and AMPHTML. Due to the undefined condition from W3C manuals, Bissetii is currently using class styling tag to structure the HTML component. The HTML key structure would be as follows:
|
|
.vertical
CSS class tag alongside .Card
CSS class tag
will automatically styles the card with Vertical Layout Card
design.All CSS variables are directly supported directly from Card Component. There is no additional feature or variable.
All Javascript are directly supported directly from Card Component. There is no additional feature or variable.
Depending on release version, the Sass files work differently. Bissetii does not package Sass codes explictly so please view them via the git repository.
v1.13.0
and AboveBissetii uses Dart Sass to compile the styling Sass codes into CSS file. This component’s main Sass codes are available at the following location:
pkg/components/internal/cardvertical
Here are the researches done to ensure Vertical Layout Card
component meets
the necessary quality assurances:
SCHEDULED COMING SOON
That’s all about Vertical Layout Card
component in Bissetii. If you need more
feature or need to report a bug, please feel free to file an issue at our
Issue Section.