1.1.8 • Published 6 months ago

demo-penguin v1.1.8

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

6 months ago

1.1.0

6 months ago

1.1.8

6 months ago

1.1.7

6 months ago

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.0.15

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago