0.8.1 • Published 6 years ago

forge-ui v0.8.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ForgeUI

A collection of basic, reusable Vue.js components. Components are collected in Forge and initialized on demand.

ForgeUI aims to provide all the basic UI functionality you need without the need for rebuilding common interface components or use overly elaborate and specific CSS selectors to reskin the interface to match your own designs and style guide. Components are deliberately kept simple, and stylesheets and templates are fully customizable before you've added anything to the page.

ForgeUI v0.5.0 was updated to work with Vue 2.0

Full Docs: http://sstadt.github.io/forge-ui/

Quick Start

Install via npm

npm install forge-ui --save

Import ForgeUI components to Vue

import Vue from 'vue';
import Forge from 'forge-ui';

// Register a component with a custom template (optional)
import myTemplate from './template.html';
Forge.cast('modal', myTemplate);

// Register a component with a custom name (optional)
Forge.cast('modal', null, 'my-modal'); // you can now use the modal component with <my-modal></my-modal>

// Register all Forge components to Vue
Vue.use(Forge);

Current Component List

  • icon
  • alert
  • modal
  • prompt
  • tabs
  • tab
  • snackbar
  • fCheckbox
  • fForm
  • fInput
  • fSelect
  • fRadio

Coverage

gulp test

Road to 1.0

  • finish standard icon set
  • centralize demo js/html and auto inject from single source
  • build out a logo and restyle the docs
0.8.1

6 years ago

0.8.0

6 years ago

0.7.6

6 years ago

0.7.5

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.6

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2-c

8 years ago

0.1.2-b

8 years ago

0.1.2-a

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago