0.3.4 • Published 4 months ago

@b3w/pp-portal v0.3.4

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

Little popup with link and close button

Example

import PrivacyPolicy from '@b3w/pp-portal';
import '@b3w/pp-portal/dist/portal-bundle.css';

const App = () => {
    const text = 'Hello world, <a href="/">link</a>.';

    return (
        <div>
            <PrivacyPolicy
                dangerousText={text}
            />
        </div>
    );
}
0.3.4

4 months ago

0.3.3

4 months ago

0.3.2

4 months ago

0.3.0

4 months ago

0.3.1

4 months ago

0.2.4

1 year ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago