New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

retilt

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retilt

``` ______ __ __ ______ /\__ _\ /\ \ /\ \ /\__ _\ \/_/\ \/ \ \ \ \ \ \____ \/_/\ \/ \ \_\ \ \_\ \ \_____\ \ \_\ \/_/ \/_/ \/_____/ \/_/ ```

latest
Source
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source
 ______   __    __        ______
/\__  _\ /\ \  /\ \      /\__  _\
\/_/\ \/ \ \ \ \ \ \____ \/_/\ \/
   \ \_\  \ \_\ \ \_____\   \ \_\
    \/_/   \/_/  \/_____/    \/_/

:arrow_upper_right: :arrow_lower_right: :arrow_lower_left: :arrow_upper_left:

Tilt effect in your components

Demos and Docs

Getting started

First, install the module

yarn add retilt

Then import

import Tilt from 'retilt'

Usage

<Tilt>
  <div className="colored-box">My awesome Component<div>
</Tilt>

Or passing 'perspective' prop

<Tilt perspective={100}>
  <div className="colored-box">My awesome Component<div>
</Tilt>
<Tilt perspective={300}>
  <div className="colored-box">My awesome Component<div>
</Tilt>
<Tilt perspective={1000}>
  <div className="colored-box">My awesome Component<div>
</Tilt>

Made with a lot of ❤️

License

Do whatever you want

Keywords

react

FAQs

Package last updated on 05 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts