Typography documentation needs fixing
See original GitHub issueExample code of Text and Copyable components in Typography are not correct. When show code is clicked it gives the following output:
<NotificationProvider>
<No Display Name />
</NotificationProvider>
It is also the same for the components in Notification docs. Also I could not find any information about the “No” component.
And when I click the copy icon it changes to check icon and never changes back to copy icon.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Typography - Foundations - Human Interface Guidelines
Strive to maintain a minimum font size that most people can read easily. · Adjust font weight, size, and color as needed to...
Read more >Most common problems that make documents look bad - fordes
You can fix existing problems in three ways: Selecting the text and re-applying the correct font and font-height. This works in any application....
Read more >Beginning Graphic Design: Typography - GCF Global
As an important element of graphic design typography is defined as the style or appearance of text. Learn more in this tutorial and...
Read more >abe33/typography-fixer: Check or fix strings ... - GitHub
This module provides helper functions to check for and fix various punctuations or typographic mistakes and enforce proper use of non-breaking spaces in...
Read more >Beginning Graphic Design: Typography - YouTube
In this video, learn more about the basics of working with typography.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You are welcome, i did nothing @BillyG83 . I wanted to write the codes for the storybook myself to help out. But couldn’t figure out how to make this notification pop up with onClick(). Code here is typescript.
Hey Billy, sorry I should have been more clear. Yes these are from the storybook. -> https://web3ui.github.io/web3uikit/?path=/docs/4-ui-typography–copyable I was able to figure these out from the example code of default components but I just wanted to mention this.
1.Typography 2. Notifications
For the copy button I was using an older version of the kit I have just tried it and it works.
Thanks keep up the good work!