0.0.7 • Published 5 years ago

reactoy v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

reactoy

toys made for fun (or work :)

use

npm i reactoy

components

Text effects with dual-colored shadow.

import { Dual } from "reactoy";

function App() {
  return (
    <>
      <Dual
        content={"Hi Reactoy"}
        width={500}
        height={120}
        color={["#25F4EE", "white", "#FE2C55"]}
        fontSize={80}
        fontFamily={"Sans"}
        fontStyle={"normal"}
        fontWeight={"bold"}
        offset={"lg"}
        letterSpacing={2}
        default
      />
    </>
  );
}

ps

will include more React things, not only UI components but context/hooks. Let's see.

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago