Skip to content

feat(elements): lists#18

Merged
basmasking merged 6 commits intomainfrom
17-add-list-support
Feb 18, 2026
Merged

feat(elements): lists#18
basmasking merged 6 commits intomainfrom
17-add-list-support

Conversation

@petermasking
Copy link
Copy Markdown
Member

Fixes #17

Changes proposed in this pull request:

  • List element
  • Boyscout: updated text default wrap value

@petermasking petermasking linked an issue Feb 17, 2026 that may be closed by this pull request
export function List({ type, size = 'medium', children }: Props)
{
const className = 'list'
+ ' type-' + type
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type doesn't seem to be used in the css.

@basmasking basmasking merged commit d3f7626 into main Feb 18, 2026
5 checks passed
@basmasking basmasking deleted the 17-add-list-support branch February 18, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add list support

2 participants