# stateStyles: Polymorphic Style Unlike \@Styles and \@Extend, which are used to reuse styles only on static pages, stateStyles enables you to set state-specific styles. ## Overview stateStyles is an attribute method that sets the style based on the internal state of a component. It is similar to a CSS pseudo-class, with different syntax. ArkUI provides the following states: - focused - normal - pressed - disabled - selected10+ ## Application Scenarios ### Common Scenarios This example shows the most basic application scenario of stateStyles. The **\