reactoy
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i reactoy

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

14.1 kB

Total Files

10

Last publish

Collaborators

  • daifeng