1.1.8 • Published 5 months ago

demo-penguin v1.1.8

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

Features

  • 🚀 Easy integration with React applications
  • 🎯 Target demonstrations based on user attributes
  • 🔄 Real-time updates and synchronization
  • 📱 Responsive design for all devices
  • ⚡ Lightweight and performant
  • 🛠️ Highly customizable

Documentation

For detailed documentation, visit demopenguin.com

Example

Add the DemoPenguin component to your root layout component.

export default function RootLayout({
  children,
}: Readonly<{
  children: React.ReactNode;
}>) {
  return (
    <html lang="en">
      <body className={`${inter.className}`}>
        <DemoPenguin
          clientToken="client-token"
          userInfo={{
            userId: "user-id",
            userFirstName: "John",
            userLastName: "Doe",
            userEmail: "john.doe@example.com",
            userType: "admin"
          }}
          variables={{
            company: "user-company",
            role: "user-role"
          }}
          devMode={true}
        >
          {children}
        </DemoPenguin>
      </body>
    </html>
  );
}

Contributing

  1. Fork it (https://github.com/thedogwiththedataonit/demoPenguin/fork)
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -am 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Create a new Pull Request

License

Distributed under the MIT license. See LICENSE for more information.

Links

1.1.1

5 months ago

1.1.0

5 months ago

1.1.8

5 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.0.15

5 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago