Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'button-toggle',
name: 'Button toggle',
name: 'Button Toggle',
summary: 'A groupable on/off toggle for enabling and disabling options.',
exampleSpecs: {
prefix: 'button-toggle-',
Expand Down Expand Up @@ -186,7 +186,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'form-field',
name: 'Form field',
name: 'Form Field',
summary: 'Wraps input fields so they are displayed consistently.',
exampleSpecs: {
prefix: 'form-field-',
Expand All @@ -195,7 +195,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'grid-list',
name: 'Grid list',
name: 'Grid List',
summary: 'A flexible structure for presenting content items in a grid.',
exampleSpecs: {
prefix: 'grid-list-',
Expand Down Expand Up @@ -249,7 +249,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'progress-bar',
name: 'Progress bar',
name: 'Progress Bar',
summary: 'A linear progress indicator.',
exampleSpecs: {
prefix: 'progress-bar-',
Expand All @@ -258,7 +258,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'progress-spinner',
name: 'Progress spinner',
name: 'Progress Spinner',
summary: 'A circular progress indicator.',
exampleSpecs: {
prefix: 'progress-spinner-',
Expand All @@ -267,7 +267,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'radio',
name: 'Radio button',
name: 'Radio Button',
summary: 'Allows the user to select one option from a group.',
exampleSpecs: {
prefix: 'radio-',
Expand Down Expand Up @@ -304,7 +304,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'slide-toggle',
name: 'Slide toggle',
name: 'Slide Toggle',
summary: 'Captures boolean values as a clickable and draggable switch.',
exampleSpecs: {
prefix: 'slide-toggle-',
Expand All @@ -331,7 +331,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'sort',
name: 'Sort header',
name: 'Sort Header',
summary: 'Allows the user to configure how tabular data is sorted.',
exampleSpecs: {
prefix: 'sort-',
Expand Down Expand Up @@ -568,7 +568,7 @@ const DOCS: {[key: string]: DocItem[]} = {
},
{
id: 'text-field',
name: 'Text field',
name: 'Text Field',
summary: 'Utilities for working with text input fields.',
exampleSpecs: {
prefix: 'text-field-',
Expand Down
Loading