Command
touch src/lib/actions/clickOutside.jsExplanation
Actions are functions that run when an element is created and can be reused across components.
Examples
Create click outside action
touch src/lib/actions/clickOutside.jsCreate autosize action
touch src/lib/actions/autosize.js