0.7.30 • Published 7 years ago

prpllnt v0.7.30

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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
0.7.30

7 years ago

0.7.29

7 years ago

0.7.28

7 years ago

0.7.27

7 years ago

0.7.26

7 years ago

0.7.25

7 years ago

0.7.24

7 years ago

0.7.23

7 years ago

0.7.22

7 years ago

0.7.21

7 years ago

0.7.20

7 years ago

0.7.18

7 years ago

0.7.17

7 years ago

0.7.16

7 years ago

0.7.15

7 years ago

0.7.14

7 years ago

0.7.13

7 years ago

0.7.12

7 years ago

0.7.11

7 years ago

0.7.10

7 years ago

0.7.9

7 years ago

0.7.8

7 years ago

0.7.7

7 years ago

0.7.6

7 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago