1.0.11 • Published 11 months ago
demo-penguin v1.0.11
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
11 months ago
1.1.0
11 months ago
1.1.8
11 months ago
1.1.7
11 months ago
1.1.6
11 months ago
1.1.5
11 months ago
1.1.4
11 months ago
1.1.3
11 months ago
1.1.2
11 months ago
1.0.15
11 months ago
1.0.11
11 months ago
1.0.10
11 months ago
1.0.14
11 months ago
1.0.13
11 months ago
1.0.12
11 months ago
1.0.9
11 months ago
1.0.8
12 months ago
1.0.7
12 months ago
1.0.6
12 months ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago