# lu-if `lu-if` is used to conditionally render an element based on the truthiness of an expression. ## Basic Usage ```html

Now you see me!

``` ## lu-else-if and lu-else You can chain `lu-else-if` and `lu-else` to handle multiple conditions. These directives **must** be placed immediately after a `lu-if` or another `lu-else-if` element. ```html
Type is A
Type is B
Other
``` ## Conditional Blocks with `