0.7.30 • Published 8 years ago
prpllnt v0.7.30
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
- no
- use a Vue event bus to streamline components while still providing native debugging
- performant transitions/animations
- high forkability
0.7.30
8 years ago
0.7.29
8 years ago
0.7.28
8 years ago
0.7.27
8 years ago
0.7.26
8 years ago
0.7.25
8 years ago
0.7.24
8 years ago
0.7.23
8 years ago
0.7.22
8 years ago
0.7.21
8 years ago
0.7.20
8 years ago
0.7.18
8 years ago
0.7.17
8 years ago
0.7.16
8 years ago
0.7.15
8 years ago
0.7.14
8 years ago
0.7.13
8 years ago
0.7.12
8 years ago
0.7.11
8 years ago
0.7.10
8 years ago
0.7.9
8 years ago
0.7.8
8 years ago
0.7.7
8 years ago
0.7.6
8 years ago
0.7.5
8 years ago
0.7.4
8 years ago
0.7.3
8 years ago
0.7.2
8 years ago
0.7.1
8 years ago