mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
fix: correct typo HyperspeeDemo.vue and in CONTRIBUTING.md
This commit is contained in:
@@ -18,7 +18,7 @@ For example, if you are working on a feature related to adding a new component,
|
|||||||
|
|
||||||
## Pull Requests
|
## Pull Requests
|
||||||
|
|
||||||
We welcome pull requests from everyone as long as they respeect the quality standards of this project. To submit a pull request, please follow these steps:
|
We welcome pull requests from everyone as long as they respect the quality standards of this project. To submit a pull request, please follow these steps:
|
||||||
|
|
||||||
1. Fork the repository and create a new branch based on the branch naming convention mentioned above.
|
1. Fork the repository and create a new branch based on the branch naming convention mentioned above.
|
||||||
2. Make your changes in the new branch.
|
2. Make your changes in the new branch.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<template #preview>
|
<template #preview>
|
||||||
<div class="h-[600px] overflow-hidden cursor-pointer demo-container">
|
<div class="h-[600px] overflow-hidden cursor-pointer demo-container">
|
||||||
<Hyperspeed :effect-options="currentPreset" />
|
<Hyperspeed :effect-options="currentPreset" />
|
||||||
<BackgroundContent pillText="New Background" headline="Cick & hold to see the real magic of hyperspeed!" />
|
<BackgroundContent pillText="New Background" headline="Click & hold to see the real magic of hyperspeed!" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Customize>
|
<Customize>
|
||||||
|
|||||||
Reference in New Issue
Block a user