Skip to content

Commit b2cfe9c

Browse files
authored
Merge pull request #24 from marklearst/docs/readme-index-tweak
docs/readme index tweak
2 parents 9e49134 + 175adbd commit b2cfe9c

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Hailstorm is the Abusix design system: a React 19 component library with
66
token-driven styling, Storybook documentation, and accessibility-first patterns.
77
It is built for consistent UI delivery, predictable APIs, and sustainable
88
engineering workflows.
9+
This fork is maintained by Mark Learst.
910

1011
## Highlights
1112

@@ -47,6 +48,8 @@ pnpm lint
4748
pnpm run build
4849
```
4950

51+
Formatting is handled by Prettier 3 using the repo config in `.prettierrc.json`.
52+
5053
## Documentation
5154

5255
Storybook is the source of truth for component usage, tokens, and examples.

src/components/tab/tab.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const meta: Meta<typeof Tab> = {
88
component: Tab,
99
parameters: {
1010
...getStoryDescription(
11-
'Tab component. For a detailed explanation on props, please visit the Headless UI [tab-group documentation](https://headlessui.com/react-vite/tabs#tab-group)',
11+
'Tab component. For a detailed explanation on props, please visit the Headless UI [tab-group documentation](https://headlessui.com/react/tabs#tab-group)',
1212
),
1313
docs: { source: { type: 'auto' } },
1414
},

src/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Meta } from '@storybook/addon-docs/blocks'
99
Hailstorm is the Abusix design system: React 19 components, design tokens, and
1010
Storybook documentation that keep UI consistent, accessible, and fast to ship.
1111
The system emphasizes predictable APIs, token-driven styling, and WCAG-aligned
12-
patterns.
12+
patterns. Maintained by Mark Learst.
1313

1414
## What this system optimizes for
1515

0 commit comments

Comments
 (0)