1.1.8 • Published 5 months ago
demo-penguin v1.1.8
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
- Fork it (https://github.com/thedogwiththedataonit/demoPenguin/fork)
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -am 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Create a new Pull Request
License
Distributed under the MIT license. See LICENSE
for more information.
Links
- Website: demopenguin.com
- Repository: github.com/thedogwiththedataonit/demoPenguin
- Issue tracker: github.com/thedogwiththedataonit/demoPenguin/issues
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