0.0.7 • Published 3 years ago

reactoy v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago