solid-horizontal-lock
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i solid-horizontal-lock

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

20 kB

Total Files

11

Last publish

Collaborators

  • matthewgilligan