Skip to content

Commit

Permalink
Update projections doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Apr 2, 2024
1 parent b5fa574 commit ad79ae9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/component/ComponentProjections.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ The full list of component projections provided by Ephemeral depends on the part
| **Tri-state checkbox** | TriStateSelectorContentModel | SelectorPresentationModel | TriStateCheckBoxProjection |
| **Radio button** | SelectorContentModel | SelectorPresentationModel | RadioButtonProjection |
| **Switch** | SwitchContentModel | SwitchPresentationModel | SwitchProjection |
| **Circular progress** | ProgressIndeterminateContentModel | ProgressCircularPresentationModel | CircularProgressProjection |
| **Indeterminate circular progress** | ProgressIndeterminateContentModel | ProgressCircularPresentationModel | IndeterminateCircularProgressProjection |
| **Determinate circular progress** | ProgressDeterminateContentModel | ProgressCircularPresentationModel | DeterminateCircularProgressProjection |
| **Indeterminate linear progress** | ProgressIndeterminateContentModel | ProgressLinearPresentationModel | IndeterminateLinearProgressProjection |
| **Determinate linear progress** | ProgressDeterminateContentModel | ProgressLinearPresentationModel | CircularProgressProjection |
| **Determinate linear progress** | ProgressDeterminateContentModel | ProgressLinearPresentationModel | DeterminateLinearProgressProjection |
| **Icon** | IconContentModel | IconPresentationModel | IconProjection |
| **Label** | LabelContentModel | LabelPresentationModel | LabelProjection |
| **Vertical separator** | SeparatorContentModel | SeparatorPresentationModel | VerticalSeparatorProjection |
Expand Down

0 comments on commit ad79ae9

Please sign in to comment.