Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text component #202

Merged
merged 15 commits into from
Jan 12, 2023
Merged

Text component #202

merged 15 commits into from
Jan 12, 2023

Conversation

krzysztofzuraw
Copy link
Member

@krzysztofzuraw krzysztofzuraw commented Jan 11, 2023

Fixes #195

Added new <Text>Lorem ipsum...</Text> component.

@vercel
Copy link

vercel bot commented Jan 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
macaw-ui ❌ Failed (Inspect) Jan 12, 2023 at 1:59PM (UTC)

@krzysztofzuraw krzysztofzuraw changed the base branch from main to 195-theme-provider January 11, 2023 12:34
@krzysztofzuraw krzysztofzuraw marked this pull request as ready for review January 11, 2023 12:49
type TextProps = TextVariants & {
children: React.ReactNode;
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
color?: "neutralTextPrimary";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider to type it instead of using string

Base automatically changed from 195-theme-provider to canary January 12, 2023 13:38
@krzysztofzuraw krzysztofzuraw merged commit 964b6e6 into canary Jan 12, 2023
@krzysztofzuraw krzysztofzuraw deleted the 196-text-component branch January 12, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants