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

feat: add preview primitive #42

Merged
merged 11 commits into from
Jun 5, 2023
Prev Previous commit
Next Next commit
fix: remove unused props
  • Loading branch information
zernonia committed Jun 5, 2023
commit d1dee0e9a47cdadd55657acd3943633ae62e5f53
2 changes: 0 additions & 2 deletions layer/components/Lego/Preview/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ import type { CSSProperties } from 'nuxt/dist/app/compat/capi'
import { rootKey } from './.keys'

const props = withDefaults(defineProps<{
padding?: number
duration?: number
maxWidth?: number
}>(),
{
padding: 200,
duration: 500,
maxWidth: 1000,
})
Expand Down