Create Typography component #8

Closed
opened 2022-07-23 10:17:49 +00:00 by decamel · 1 comment
decamel commented 2022-07-23 10:17:49 +00:00 (Migrated from 85.143.176.51:3000)

Create typography component which represents different ways of text displaying.

Component must

  1. Have an outcoming property to define a tag (h1, h2, h3, ..., p).
  2. Have an outcoming property to define a text-style.
    • Define it as an string-literal enum of typescript
  3. Accept outcoming classes which will be merged with incapsulated ones.

https://www.npmjs.com/package/classnames

Create typography component which represents different ways of text displaying. Component **must** 1. Have an outcoming property to define a tag (`h1`, `h2`, `h3`, ..., `p`). 2. Have an outcoming property to define a text-style. - Define it as an string-literal enum of typescript 3. Accept outcoming classes which will be merged with incapsulated ones. https://www.npmjs.com/package/classnames
decamel commented 2022-07-23 10:32:47 +00:00 (Migrated from 85.143.176.51:3000)

image

![image](/attachments/c51c280b-fe14-425c-af7a-95e36f6b6fd5)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scipaper/Frontend#8
No description provided.