Built-in Components
All components are enabled by default, but you can still disable some of them. All built-in components is listed as following:
_config.cupertino.yml
builtin_components:
card: true
button: true
badge: true
utilities: true
carousel: trueSet to false to disable specific components.
However, disabling some specific built-in components may break the styles of the theme. Keeping all components enabled is recommended.
Last updated on