You need to sign in to do that
Don't have an account?

How to give my SLDS functionality?
How do I give my Picklist, Lookup and Date Picker Functionality. Is it done with components or can it all be done within Visual Force pages.
How is a component supposed to be called is it somthing like <c:ComponentName>?
SLDS has no
152 Lightning components: https://developer.salesforce.com/docs/component-library/overview/components
Recently, Salesforce has created the "magic" component:<lightning:inputField> but there are strong constraints when you want to use it for lookup fields or picklists.
https://developer.salesforce.com/docs/component-library/bundle/lightning:inputField/documentation
Otherwise, you have just used comboxes and a datepicker:
Combobox:
https://developer.salesforce.com/docs/component-library/bundle/lightning:combobox/example
Datepicker: Select a date from a popup.
https://developer.salesforce.com/docs/component-library/bundle/ui:inputDate/example