- Create your own full developer account in salesforce(Not trial).
- Set your time zone in your org.
- Draw high level diagram between component bundling.
- Create a simple component to display your own name.(Without any attribute)
- Configure all interface provide by the framework and use each interface in your component.
- Create a component name like ‘Button com’ and add buttons on it with all attributes.
- Create a component with button group to use all buttons on it.
- Create a component for input display into the lightning card.
- Create a lighting card with override the default functionality on it Custom
- Create a component and Try to add custom css in your component like
Inline
External
Static resource
Bundle style
- Create a component and try to add into the lighting tab.
- Create a component to add on record page of the account object.
- Create a lightning app and add a custom tab on it
- Create a component to add a quick action on it.
- Create a css file add into the static resource and use into the a component.
- Design a component looks like as:-