summaryrefslogtreecommitdiff
path: root/examples/with-markdown/src/components/PreactCounter.tsx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-20Move the Markdown component to its own package (#3986)Gravatar Matthew Phillips 1-20/+0
* Move the Markdown component to its own package * Update the examples * Updated lockfile * Use is:raw * Add a main field * Update the formatting of the readme * Rename to @astrojs/markdown-component
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-13/+13
2021-06-28Restructure examples (#568)Gravatar Nate Moore 1-0/+20
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>