prpllnt

0.7.30 • Public • Published

propellant-components

getting started

install

npm install prpllnt

use everything
import propellant from 'prpllnt'
Vue.use(propellant)
import '~prpllnt/lib/main.css'
or just certain components
import { pToast } from 'prpllnt'
Vue.component(pToast.name, pToast)
works outside build systems too!
<link rel="stylesheet" type="text/css" href="https://unpkg.com/prpllnt/lib/main.css" />
...
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/prpllnt"></script>

goals

  • consider the component first, rather than wrap an existing CSS library
  • balance performance and API simplicity
    • no watch in components unless warranted by the use-case
  • use a Vue event bus to streamline components while still providing native debugging
  • performant transitions/animations
  • high forkability

/prpllnt/

    Package Sidebar

    Install

    npm i prpllnt

    Weekly Downloads

    9

    Version

    0.7.30

    License

    MIT

    Last publish

    Collaborators

    • pearofducks