Skip to content
forked from Ecodev/natural

Angular Material components and various utilities

License

Notifications You must be signed in to change notification settings

stissot/natural

 
 

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-docs to build the docs locally (it will be published automatically by Travis)
  • git -am 1.2.3 1.2.3 && git push to publish the lib to npm (via Travis deploy mechanism)

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.

About

Angular Material components and various utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 85.4%
  • HTML 7.8%
  • CSS 6.0%
  • JavaScript 0.8%