0.7.6 • Published 8 months ago

@loopr-ai/craft v0.7.6

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Loopr Craft

A component library for LooprAI products. Based out of Material UI.

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Component Library

Ref: Creating a Component Library Fast🚀(using Vite's library mode)

Commands

  1. Build the library: npm run build-lib

Usage

This needs to be built and published to a package manager (npm, yarn, etc) eventually. For now, it can be used as a local dependency. by following these steps: 1. Build the library: npm run build-lib 2. follow the steps in Use npm pack to test your packages locally

More Info: TBD

0.7.6

8 months ago

0.7.5

9 months ago

0.7.4

9 months ago

0.7.3

9 months ago

0.7.2

10 months ago

0.7.1

10 months ago

0.7.0

10 months ago

0.5.2

1 year ago

0.6.0

12 months ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago