solid-horizontal-lock
v0.0.1
Published
Solid Text Hover Animations is a lightweight and easy-to-use SolidJS component that creates text animations on hover.
Downloads
2
Readme
Solid Horizontal Lock
Solid Horizontal Lock is a lightweight and easy-to-use SolidJS component that creates text animations on hover.
Getting started
Install the package with npm or yarn
npm install solid-horizontal-lock
yarn add solid-horizontal-lock
Use it in your React components!
import HorizontalLock from 'solid-horizontal-lock';
const IndexPage = () => (
<main>
<HorizontalLock>{/* children */}</HorizontalLock>
</main>
);
Dependencies
Solid Horizontal Lock has no dependecies besides Solid.
Browser Support
Solid Horizontal Lock should work in all current browsers as well as Internet Explorer 11. If you discover bugs in older browser versions, please file an issue!
Contributing
Every contribution is very much appreciated. Feel free to file bugs, feature- and pull-requests.
If this plugin is helpful for you, please star it on GitHub.