0.0.1 • Published 12 months ago

solid-horizontal-lock v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Solid Horizontal Lock

NPM JavaScript Style Guide

Solid Horizontal Lock is a lightweight and easy-to-use SolidJS component that creates text animations on hover.

Getting started

  1. Install the package with npm or yarn

    npm install solid-horizontal-lock

    yarn add solid-horizontal-lock

  2. 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.

License

MIT © https://github.com/idealmilk

0.0.1

12 months ago