-
Notifications
You must be signed in to change notification settings - Fork 418
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
Add Welcome Mat Component #1876
Comments
Here is my initial prop proposal for the component, what do you think? WelcomeMat
Step
Here is a basic example using these specs - <WelcomeMat
title="The Lightning Experience is here!"
description="Welcome to Lightning Experience, the modern, beautiful user experience from Salesforce."
>
<Step
icon="animal_and_nature"
title="Welcome to Salesforce!"
description="Lorem ipsum dolor sit amet, lorem ipsum dolor sit amet."
isCompleted
/>
<Step
icon="call"
title="Learn About OpenCTI"
description="Lorem ipsum dolor sit amet, lorem ipsum dolor sit amet."
/>
</WelcomeMat> |
I will try to get you prop feedback tomorrow. |
This is what I'm thinking initially. I'll circle back again. labels
children:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement the Welcome Mat component according to spec: https://www.lightningdesignsystem.com/components/welcome-mat/
I am currently working on the same and will post an initial prop proposal soon.
The text was updated successfully, but these errors were encountered: