Skip to content

Implement **Atomic Design for typography**. #21

@Lio-n

Description

@Lio-n

The folder could be located in /src/ui, inside we can define /atom, /molecules, /organisms, etc. folders.

Some typographies I have in mind are Title(h1), Subtitle(h2), Heading(h3), Subheading(h4), Body(p) and maybe Phrase(span)?.

Each component has its basic props such as

  • fontWidth, which can use the values [thin, extralight, light, normal, medium, semibold, bold, extrabold, black].
    Underneath, it uses the Tailwindcss classes font-thin, font-extralight, etc.

For this PR, only its structure and functionalities will be defined.
In a separate PR, the previous tags will be replaced by these components.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions