Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix(footer): safari style for the language select #1576

Merged
merged 14 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
chore: update docs
hirsch88 committed Jan 19, 2025
commit 8ab1c56d9c3bd7efeeea1cc40170befb92f6a3eb
18 changes: 17 additions & 1 deletion docs/stories/components/bal-form/bal-form.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Canvas, Meta, Markdown } from '@storybook/blocks'
import { Canvas, Meta, Markdown, Unstyled } from '@storybook/blocks'
import { navigate } from '@storybook/addon-links'
import { Banner, Lead, PlaygroundBar, StoryHeading, Footer, LinkCards, LinkCard } from '../../../.storybook/blocks'
import * as FormStories from './bal-form.stories'

@@ -8,6 +9,21 @@ import * as FormStories from './bal-form.stories'

<Banner of={FormStories} />

<Lead>
Before using the component, please refer to the documentation to learn how to structure and build forms with the
design system for the best accessibility (a11y) experience.
</Lead>

<Unstyled>
<a
className="button is-primary mb-x-large mt-normal"
style={{ width: 'auto' }}
onClick={() => navigate({ title: 'Development/Form' })}
>
How to structure form controls
</a>
</Unstyled>

<Lead>
{' '}
The `bal-form` wraps the form section. It helps to scroll to the first invalid field after a failed submit.