3.3.1 • Published 3 years ago

@acpaas-ui/ngx-components v3.3.1

Weekly downloads
223
License
MIT
Repository
github
Last release
3 years ago

ACPaaS UI - Angular Components

acpaas-ui-angular-build ngx-components-status

Introduction

Antwerp City Platform as a Service User Interface (ACPaas UI) is a component interface library for building user interfaces and responsive web apps. It's designed to provide developers with functionality and UI/UX patterns that matches the Antwerpen styleguide.

Ecosystem

This library is part of ACPaaS UI.

NameFrameworkStatus
SchematicsES5+acpaas-ui-schematics-github
JavascriptES5+acpaas-ui-js-github
AngularAngular 6+acpaas-ui-angular-github
ReactReact 16+acpaas-ui-react-github

Getting Started

Building packages

The following will build <packagename> and its example.

example=<packagename> npm run build:package

For example:

example=forms npm run build:package

Start a new Angular app.

npm install -g @angular/cli
ng new my-app --style=scss
cd my-app
npm install @acpaas-ui/ngx-components

Edit styles.scss to import the branding look & feel.

@import url('https://cdn.antwerpen.be/core_branding_scss/4.0.0/main.min.css');

You can also modify index.html to reference the favicons for the city of Antwerp.

Then start using the components in your pages. Look at the component documentation below to learn how to use each component.

You can also add a branding-compatible flexbox grid layout system:

@import url('https://cdn.antwerpen.be/core_flexboxgrid_scss/1.0.1/flexboxgrid.min.css');

Note that you are free to use your own grid, as long as it meets our branding guidelines.

To learn more about using the branding look & feel, check the core branding guide. Note that the core branding contains the Antwerp logo and fonts, which are subject to a usage restriction. For use outside of apps for the city of Antwerp you can use acpaas branding instead.

Documentation

Check out our live examples or visit the ACPaaS UI site.

This library contains the following components:

NameDescriptionURL
agendaCalendar to display eventsDocumentation
analyticsGoogle Analytics integrationDocumentation
avatarUser avatar iconDocumentation
calendarCalendar to select datesDocumentation
code-snippetSnippet of source codeDocumentation
contextSet meta tags for SEODocumentation
flyoutReveal additional contentDocumentation
formsAssorted form fieldsDocumentation
layoutAssorted page layout componentsDocumentation
localstorageInterface with localstorageDocumentation
logoLogo iconDocumentation
mapLeaflet-based mapDocumentation
notificationsShow user notificationsDocumentation
paginationPagination controlDocumentation
progress-barProgress bar controlDocumentation
selectable-listList control with selectable itemsDocumentation
tableInteractive tableDocumentation
utilsAssorted helpersDocumentation
user-menuUser Menu providing login/logoutDocumentation
navigation-menuGeneric navigation menuDocumentation

Testing

Test automation

If you want to start automating your tests, you can have a look at our Test Automation Guide for some tips on how to use data-attributes to keep your tests stable and maintainable.

Cross Browser Testing

We are using Browserstack Live to make sure that our components work correctly on all major browsers and platforms. The people at Browserstack kindly offer an unlimited testing program, free of charge for open source projects so a big thanks to them!

Questions

For questions and support please ask a question on the #acpaas-ui slack channel. If you're not yet a member of our DigAnt Café slack community, you can easily join here.

If you stumble across a bug or missing feature, feel free to report an issue. Please fill out the issue template completely when opening an issue. This will help us get to your issue sooner.

Changelog

Detailed changes for each release are documented in the changelog.

Contributing

Your contributions are most welcome as pull requests, both code changes and documentation updates. However, to keep a high quality standard, please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who already contributed to ACPaaS UI!

License

MIT

Copyright (c) 2016-present, Digipolis

3.3.1

3 years ago

3.3.0

4 years ago

3.3.0-rc.1

4 years ago

3.3.0-rc.0

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.1.6

4 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

1.1.3

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago