@ponzi/scheme-3

a ui scheme

Usage no npm install needed!

<script type="module">
  import ponziScheme3 from 'https://cdn.skypack.dev/@ponzi/scheme-3';
</script>

README

pf-ponzi-3

install

yarn add @ponzi/scheme-3

use

In your client app:

import { createApp } from 'vue'
import App from './App.vue'
import { ponzi } from '@ponzi/scheme-3'
// you can instead import any individual components listed in the documentation
// and add those as globals with `app.component`

createApp(App).use(ponzi).mount('#app')

components

See docs/components.md for early documentation on components, see the examples folder for components in-use.

If you're a non-PersonalFinance human reading this, there's also a Slider and BottomSheet component built elsewhere.