when you are building components, you might have modified an existing component from the bootlib components gallery. this component might have the same name.
when building out a theme from components, or when starting a project from a theme,
The toruf compiler should always look first for a local theme or local component with that name, if not present then it should look inside the npm package for default themes and components.
when you are building components, you might have modified an existing component from the bootlib components gallery. this component might have the same name.
when building out a theme from components, or when starting a project from a theme,
The toruf compiler should always look first for a local theme or local component with that name, if not present then it should look inside the npm package for default themes and components.