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

Create starter kit package #217

Merged
merged 17 commits into from
Jul 21, 2024
Merged

Conversation

Darginec05
Copy link
Owner

@Darginec05 Darginec05 commented Jul 20, 2024

Description

Added new package @yoopta/starter-kit and small fixes

Fixes # (issue)
#215
#216
#207
#182

@Darginec05 Darginec05 linked an issue Jul 20, 2024 that may be closed by this pull request
1 task
Copy link

vercel bot commented Jul 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yoopta-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2024 7:11pm

@Darginec05 Darginec05 changed the title 215 feature create starter kit package Create starter kit package Jul 20, 2024
@@ -11,7 +11,7 @@ type Props = {

const Overlay = ({ className, onClick, children, lockScroll = true, ...rest }: Props) => {
return (
<FloatingOverlay lockScroll={lockScroll} className={className} onClick={onClick} {...rest}>
<FloatingOverlay lockScroll={lockScroll} className={`yoopta-portal ${className}`} onClick={onClick} {...rest}>
Copy link
Owner Author

Choose a reason for hiding this comment

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

remove

@@ -0,0 +1,21 @@
# StarterKit plugin
Copy link
Owner Author

Choose a reason for hiding this comment

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

Add docs

@Darginec05 Darginec05 merged commit 3bbb076 into master Jul 21, 2024
3 checks passed
@Darginec05 Darginec05 deleted the 215-feature-create-starter-kit-package branch July 21, 2024 19:40
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.

[FEATURE] Create starter-kit package
1 participant