Docs
Installation

Installation

How to install dependencies and structure your app.

Frameworks

TypeScript

This project and the components are written in TypeScript. We recommend using TypeScript for your project as well.

However we will provide a JavaScript version of the components as well in the feture. cli.

To configure import aliases, you can use the following jsconfig.json:

jsconfig.json
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./*"]
    }
  }
}