0.5.6 • Published 10 months ago

@poppy-ui/react v0.5.6

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Poppy UI integration for React apps.

Install

npm install @poppy-ui/react

if the command fails, check the section how to use in the root readme

Configuration

The configuration is minimal and easy The configuration is minimal and easy

// main.ts
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import './index.css';
import App from './App.tsx';

import poppyReact from '@poppy-ui/react';
import '@poppy-ui/react/css/core.css';
import '@poppy-ui/react/css/themes/light.always.css';

poppyReact();

createRoot(document.getElementById('root')).render(
  <StrictMode>
    <App />
  </StrictMode>,
);

And your done, happy coding 🎉

Contributing

See our Contributing Guide.

0.5.6

10 months ago

0.5.5

10 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.5.0

12 months ago