Skip to content
/ natural Public

Angular Material components and various utilities

License

Notifications You must be signed in to change notification settings

Ecodev/natural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

973d43e · Apr 18, 2025
Sep 6, 2024
Jul 4, 2024
Feb 29, 2024
Apr 18, 2025
Apr 15, 2025
Apr 21, 2019
Mar 2, 2022
Mar 2, 2022
May 5, 2024
Apr 19, 2019
Mar 11, 2021
Jul 15, 2024
Apr 16, 2025
Jul 27, 2023
Apr 15, 2025
Jan 6, 2022
Feb 27, 2024
Apr 15, 2025
Feb 27, 2024
Apr 15, 2025

Repository files navigation

Natural

Build Status Total Downloads Latest Stable Version License Join the chat at https://gitter.im/Ecodev/natural

This project is a collection of Angular Material components and various utilities classes for Angular projects.

Install

yarn add @ecodev/natural

Development

The most useful commands for development are:

  • yarn dev to start a development server
  • yarn build-demo to build the docs locally (it will be published automatically by GitHub Actions)
  • git tag -am 1.2.3 1.2.3 && git push to publish the lib to npm (via GitHub Actions release job)

i18n

This library is ready to be translated, but it does not ship translations. It is up to the consuming application to extract and translate strings.

Components

Natural Search

This is an Angular component to search for things via configurable facets. Facets may be configured to use one of the built-in component, or a custom component to input values.

See the component in action on the demo page.

Prior work

While the implementation is entirely different, VisualSearch.js was an important inspiration.