Skip to content

Add props for alignment #104

Description

@ukch

Ref: https://tailwindcss.com/docs/text-align/

Tailwind CSS has alignment props for text, namely:

  • .text-left
  • .text-center
  • .text-right
  • .text-justify

As far as I can see, there are no props corresponding to these yet. Would it be possible to add an align prop, so for example:

<Text align="center" />

would correspond to

<Text className="text-center" />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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