Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Fluid-web-components?

Fluid-web-components is a simple web application component written in AngularJS and Bootstrap.

Goal

  • To provide the basic components used in web applications like, tables, pagination, drop-down, etc., with simplified options and tags.
  • Creating a drop-down component can be as simple as the following:
   <fluid-select label="Limit" values="25,50,75,100" ng-model="limitSize"></fluid-select>

Quick start

bower install -g fluid-web-components

Building Fluid-web-components

  • Sass: We used sass to style our components
  • To install sass gem install sass
  • Grunt: We used Grunt as our build system
  • To install dependencies run npm install -g
  • To build the project run npm package

Getting Started

  • Prerequisite libraries:
    <link href="bootstrap.css" rel="stylesheet">
    <link href="font-awesome.css" rel="stylesheet">
    <script src="jquery.js" type="text/javascript"></script>
    <script src="angular.js" type="text/javascript"></script>
    <script src="bootstrap.js" type="text/javascript"></script>
    <script src="angular-filter" type="text/javascript"></script>
  • Import fluid.webComponents module to your app:
  angular.module("mainApp",["fluid.webComponents"])

Documentation

demo

Authors and Contributors

Jerico de Guzman - Senior Software Engineer.

Support or Contact

[email protected]

About

A simple web application component written in AngularJS and Bootstrap.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages