-
Notifications
You must be signed in to change notification settings - Fork 40
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
Create UIComponentsstart.md #1077
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this PR appears to have broken the build: https://github.com/Agoric/documentation/runs/24697106620
|
||
## Installation and Setup | ||
|
||
See [Introduction to Agoric UI Kit](https://a0a31cba.documentation-7tp.pages.dev/guides/getting-started/how-to-use-ui-kit#introduction-to-agoric-ui-kit) for installation and setup how-to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably shouldn't link to a CI rendering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quite:
use relative links instead of absolute ones for any links to files or folders in the Documentation repo
-- [Writing Links in CONTRIBUTING]
|----------|----------|----------| | ||
| value | bigint | null | The current value of the input | | ||
| decimalPlace | number | The number of decimal places used for displaying the denominated value | | ||
| className | string | undefined | CSS class name for the underlying <input> element | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| className | string | undefined | CSS class name for the underlying <input> element | | |
| className | string | undefined | CSS class name for the underlying \<input> element | |
Customizable Parameters | ||
| Parameter | Type | Description | | ||
|----------|----------|----------| | ||
| ClassName | string | CSS class name for the underlying <button> element | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ClassName | string | CSS class name for the underlying <button> element | | |
| ClassName | string | CSS class name for the underlying \<button> element | |
|
||
<img style="border: 2px solid grey" | ||
alt="Screenshot: Connect Wallet" | ||
src="./assets/connectwallet.png" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RollupError: Could not resolve "./assets/connectwallet.png" from "main/guides/UIComponentLibrary/UIComponentsstart.md"
The assets
directory is one level up, but does not contain a connectwallet.png
file. Maybe it should be this?
src="./assets/connectwallet.png" /> | |
src="../assets/5-ConnectWalletUI.png" /> |
(and likewise for the other <img>s)
@kbennett2000 this is me re-attempting to create new folder at the 'Getting Started' hierarchy