@fappurbate/fappify
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Fappify

Fappify is a modification of Buefy created especially for Fappurbate.

Features

  • Keep your current Bulma theme / variables easily
  • Supports both Material Design Icons and FontAwesome
  • Very lightweight with none internal dependencies aside from Vue & Bulma
  • About 60KB min+gzip (with Bulma included)
  • Semantic code output
  • Follows Bulma design and some of the Material Design UX
  • Focus on usability and performance without over-animating stuff

Quick start

You need Vue.js version 2.5+.

1 Install via npm

npm install fappify

2 Import and use Fappify

Bundle

import Vue from 'vue';
import Fappify from '@fappurbate/fappify';
import 'fappify/dist/fappify.css';

Vue.use(Fappify);

or Individual Components

import Vue from 'vue'
import { Field, Input } from '@fappurbate/fappify/dist/components'
import 'fappify/dist/fappify.css'

Vue.use(Field)
Vue.use(Input)

or

import Vue from 'vue'
import Field from '@fappurbate/fappify/dist/components/field'
import Input from '@fappurbate/fappify/dist/components/input'
import 'fappify/dist/fappify.css'

Vue.use(Field)
Vue.use(Input)

Browser support

Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.

License

Code released under MIT license.

Copyright (c) Fappurbate (https://github.com/fappurbate).

Copyright (c) Rafael Beraldo (https://twitter.com/rafaelpimpa).

Package Sidebar

Install

npm i @fappurbate/fappify

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

1.98 MB

Total Files

177

Last publish

Collaborators

  • kothique