@proximahq-dev/frames
v1.2.18
Published
### Import component style at the top of the page
Keywords
Readme
How to use
Import component style at the top of the page
<link rel="stylesheet" href="https://unpkg.com/@proximahq-dev/frames@latest/dist/frames-styles.css">
Create a wrapper element to contain the component
<div id="framesContainer" />
Add a script at the bottom of the body
<script src="https://unpkg.com/@proximahq-dev/frames@latest/dist/proxima-frames.umd.js"></script>
<script>
const frames = new ProximaFrames({
projectSlug: 'e.g. (nikola)',
enableFilters: true // optional
});
frames.init("framesContainer");
</script>