-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(documentation): add docs page on how to use columns #2062
Conversation
🦋 Changeset detectedLatest commit: 76c909d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Preview environment ready: https://preview-2062--swisspost-design-system-next.netlify.app |
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
I'm not sure what we would like to see in this page, perhaps @oliverschuerch you are better suited to review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a lot of difficult to understand examples at the end of the doc.
I would try to simplify them by removing breakpoint infixes (e.g. remove -md-
where possible).
And maybe we should remove the "Margin Utilities" example completly.
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
…olumns.stories.ts Co-authored-by: Loïc Fürhoff <[email protected]>
…olumns.stories.ts Co-authored-by: Oliver Schürch <[email protected]>
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Show resolved
Hide resolved
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidritter-dotcom, this page looks really nice with the interactive explanations. Here are some thoughts:
- The initial text looks very large, I fear nobody is going to read that and it pushes the interesting content below the fold. Can we shorten it?
- The grid is based on the bootstrap grid. I think this info is important at the start, so people that already know the bootstrap one feel right at home. We should also link to the bootstrap grid docs (also on the grid page)
packages/documentation/src/stories/foundation/layout/Columns/columns.stories.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the columns page to the preview.ts order property and update the todo page.
...
order: [
...
'Foundations',
[
...
'Layout',
['Breakpoints', 'Containers', 'Grid', 'Column', 'TODOS'],
...
],
...
],
...
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @swisspost/[email protected] ### Minor Changes - Added a link to settings in the user drop-down menu for business users. (by [@alizedebray](https://github.com/alizedebray) with [#2234](#2234)) ### Patch Changes - Replaced the old twitter logo with the new X logo. (by [@b1aserlu](https://github.com/b1aserlu) with [#2176](#2176)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Added a descriptive text to the Post logo home link. (by [@b1aserlu](https://github.com/b1aserlu) with [#2101](#2101)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Added official way to use label in a floating-label select as a placeholder. (by [@imagoiq](https://github.com/imagoiq) with [#2200](#2200)) - Fixed display of button-group input when using checkbox or radio variant. (by [@imagoiq](https://github.com/imagoiq) with [#2133](#2133)) - Fixed offset of radio button when checked and in inline layout. (by [@imagoiq](https://github.com/imagoiq) with [#2065](#2065)) - The following placeholders from the `\_text.scss` file are depreacted an will be removed in a future version: `%list-adjustment`, `%module-container`, `%default-module-spacer`, `%text-container`. (by [@b1aserlu](https://github.com/b1aserlu) with [#2171](#2171)) - Fixed default icon flashing when using a `post-icon` on alerts. (by [@imagoiq](https://github.com/imagoiq) with [#2244](#2244)) ## @swisspost/[email protected] ### Minor Changes - Added docs page on how to use columns. (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2062](#2062)) ### Patch Changes - Added official way to use label in a floating-label select as a placeholder. (by [@imagoiq](https://github.com/imagoiq) with [#2200](#2200)) - Extended the `@swisspost/design-system-components` package getting-started docs page to show multiple ways how it can be used/imported in different project setups. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2214](#2214)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
No description provided.