JSPM

@empathyco/x-components

3.0.0-alpha.222
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1284
  • Score
    100M100P100Q106652F
  • License Apache-2.0

Empathy X Components

Package Exports

  • @empathyco/x-components
  • @empathyco/x-components/core/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@empathyco/x-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

X Components

This is a library based on components, it offers you the possibility to combine them in different ways to create your own search experience. These components can be used even if you don't want to build a search experience, they can be used to build a regular application but taking advantage of their flexibility.

Set up development environment

Local setup

To start contributing on this project you need to understand how to see the X Components up and running.

  1. run npm ci at the project root
  2. set packages/x-components as working directory at the terminal
  3. run npm run serve

The app will be launch in localhost. Every view available at the top tabs is set in packages/x-components/src/router.ts.

The main tab is Home, pressing start you will see the contents of packages/x-components/src/views/home/Home.vue with most of the X Components presents on the view.

Use the X Components in your own project

A documentation about how to install and use X components can be found here.

Contributing

To start contributing to project, please take a look to our Contributing Guidelines for Interface X Components.