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

Code Blocks skeleton v3 #2818

Closed
Bimbimz opened this issue Aug 15, 2024 · 2 comments
Closed

Code Blocks skeleton v3 #2818

Bimbimz opened this issue Aug 15, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@Bimbimz
Copy link

Bimbimz commented Aug 15, 2024

Link to the Page

https://next.skeleton.dev/docs/get-started/installation/sveltekit

Describe the Issue (screenshots encouraged!)

Does skeleton v3 provide code blocks?
not yet in the documentation.
if v3 already supports block code where can i get this like v2:

import { CodeBlock } from '@skeletonlabs/skeleton'
and
import { storeHighlightJs } from '@skeletonlabs/skeleton'
@Bimbimz Bimbimz added the documentation Improvements or additions to documentation label Aug 15, 2024
@endigo9740
Copy link
Contributor

endigo9740 commented Aug 15, 2024

@Bimbimz as mentioned previously, Skeleton v3 is in a early pre-release state. This means it's not feature complete. There will be bugs, missing or incomplete features, etc. We're actively updating this to support the new component formats in Svelte and all other adjustments mentioning here:

Per code blocks, we're going in a different direction in v3. Rather than a build-in component, we'll provide an integration guide with popular Shiki syntax highlighter:
https://shiki.style/

However there's nothing stopping you from using this today. They provide instructions on their documentation:
https://shiki.style/guide/install

You can track our progress on this here:

@Bimbimz
Copy link
Author

Bimbimz commented Aug 15, 2024

OK.
I hope code block is developed first because I think it is a utility that is widely used in almost all types (blogs, pages, docs, forums, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants