diff --git a/packages/react/src/components/Button/Button.stories.mdx b/packages/react/src/components/Button/Button.stories.mdx index b0da190e..380a8586 100644 --- a/packages/react/src/components/Button/Button.stories.mdx +++ b/packages/react/src/components/Button/Button.stories.mdx @@ -62,7 +62,7 @@ Variation that provides an extra visual weight to identify the primary action fr ### Primary Disabled -Variation that provides an extra visual weight to identify the primary action from a set of buttons. +Disabled state of the primary button variation. @@ -94,7 +94,7 @@ Any actions that's less-pronounced. ### Social -Variation that provides an extra visual weight to identify the primary action from a set of buttons. +Button variation to showcase social connections. export const GoogleIcon = (props) => { return ( diff --git a/packages/react/src/components/Checkbox/Checkbox.tsx b/packages/react/src/components/Checkbox/Checkbox.tsx index c4e36070..619fdedc 100644 --- a/packages/react/src/components/Checkbox/Checkbox.tsx +++ b/packages/react/src/components/Checkbox/Checkbox.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except diff --git a/packages/react/src/components/FormLabel/FormLabel.stories.mdx b/packages/react/src/components/FormLabel/FormLabel.stories.mdx index ce796ea3..b445cfd1 100644 --- a/packages/react/src/components/FormLabel/FormLabel.stories.mdx +++ b/packages/react/src/components/FormLabel/FormLabel.stories.mdx @@ -2,6 +2,7 @@ import {ArgsTable, Source, Story, Canvas, Meta} from '@storybook/addon-docs'; import dedent from 'ts-dedent'; import StoryConfig from '../../../.storybook/story-config.ts'; import FormLabel from './FormLabel.tsx'; +import LinkTo from '@storybook/addon-links/react'; export const meta = { component: FormLabel, @@ -24,9 +25,8 @@ API reference docs for the React FormLabel component. Learn about the props, CSS For examples and details on the usage of this React component, visit the component demo pages: -- Checkbox -- Radio Group -- Switch +- Checkbox +- Radio Group ( ## Overview -In Material Design, the physical properties of paper are translated to the screen. +Component that ressembles a sheet of paper. Radio Group