fo_components 3.1.4 copy "fo_components: ^3.1.4" to clipboard
fo_components: ^3.1.4 copied to clipboard

Platformweb

A collection of AngularDart components for common use cases; buttons, text input, dropdown select etc.

FoComponents #

A collection of AngularDart components for dealing with data and user input in admin-like apps #

Components Gallery: https://afpatmin.github.io/fo_components/

Icons #

FoComponents uses Material Icons by default. Include the following snippet in the <head> section of your index.html:

<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
      rel="stylesheet">

Custom theme #

FoComponents inherits font/typography of the host application. We also encourage you to set your own color theme using the fo-colors mixin.

@import "package:fo_components/mixins";
@include fo-colors($primaryColor: red, $secondaryColor: green, $alertColor: red);

Many of the components can also be customized individually, see _mixins.scss under each component for details.

4
likes
100
pub points
27%
popularity

Publisher

unverified uploader

A collection of AngularDart components for common use cases; buttons, text input, dropdown select etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

angular, angular_bloc, angular_forms, bloc, collection, copy_with_extension, dnd, equatable, intl, json_annotation, sass_builder

More

Packages that depend on fo_components