SurfaceBulma.Component (surface_bulma v0.3.3)

Link to this section Summary

Functions

Allows a component to include props from another component. Props can be selectively included similarly to Elixir's import using only: [list_of_names] and except: [list_of_names].

Link to this section Functions

Link to this macro

include(other_component, opts \\ [])

(macro)

Allows a component to include props from another component. Props can be selectively included similarly to Elixir's import using only: [list_of_names] and except: [list_of_names].