https://github.com/epilot-dev/concorde-elements
https://github.com/epilot-dev/concorde-elements
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/epilot-dev/concorde-elements
- Owner: epilot-dev
- License: mit
- Created: 2025-01-15T17:49:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T19:26:16.000Z (about 1 year ago)
- Last Synced: 2025-03-13T20:31:59.065Z (about 1 year ago)
- Language: TypeScript
- Size: 195 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

epilot-elements
[](https://github.com/epilot-dev/concorde-elements/actions/workflows/node.js.yml)
[](https://www.npmjs.com/package/@epilot/concorde-elements)
[](https://github.com/epilot-dev/concorde-elements/blob/main/)
This is a multi purpose UI library used internally by epilot journeys. It could be used for any kind of projects, including building apps for epilot journeys.
Concorde was the internal code name used by epilot devs to migrate epilot journeys to use a more modern ui components. The goal was enhance the UX while making it simple & fast.
## Quick Start
### Installation
Install the package via npm:
```sh
npm install --save @epilot/concorde-elements
```
### Usage
Components could be simply used like:
```typescript
import { Button } from '@epilot/concorde-elements'
export function SomeComponent() {
return ()
}
```
# Documentation
- [Storybook](https://portal.epilot.cloud/concorde-elements)
- [Developing for epilot Journeys](https://docs.epilot.io/docs/journeys/developer-resources)
# Contributing
The epilot elements library is a free and open source software. PRs welcome! 🚀