0.17.3 • Published 1 month ago

@lightningjs/solid-ui v0.17.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 month ago

Solid UI

This library contains shared Lightning/Solid components

Quick Start

If you haven't already, follow the steps found here to bootstrap your lightningjs/solid app.

  1. install this package and the base theme with your package manager of choice
npm i @lightningjs/solid-ui @lightningjs/l3-ui-theme-base # or pnpm/yarn
  1. add the theme package as an alias in your vite config
// vite.config.js
  resolve: {
    alias: {
      theme: '@lightningjs/l3-ui-theme-base',
    }
  },
  1. add the stateMapperHook to your lightningjs/solid Config
// index.jsx
import { mapToneToStateHook } from '@lightningjs/solid-ui';
Config.stateMapperHook = mapToneToStateHook;
  1. and finally, use a component
// App.jsx
import { Button } from '@lightningjs/solid-ui';
<App>
  <Button>a button!</Button>
</App>;
0.17.2

1 month ago

0.17.3

1 month ago

0.17.0

1 month ago

0.17.1

1 month ago

0.16.2

1 month ago

0.15.1

1 month ago

0.15.2

1 month ago

0.16.0

1 month ago

0.16.1

1 month ago

0.15.0

1 month ago

0.14.2

2 months ago

0.14.1

2 months ago

0.14.0

2 months ago

0.13.0

2 months ago

0.13.1

2 months ago

0.12.5

2 months ago

0.12.6

2 months ago

0.12.1

2 months ago

0.12.2

2 months ago

0.12.0

2 months ago

0.11.2

2 months ago

0.11.3

2 months ago

0.11.0

2 months ago

0.10.1

2 months ago

0.11.1

2 months ago

0.10.0

2 months ago

0.9.0

3 months ago

0.8.1

3 months ago

0.8.0

3 months ago

0.7.1

3 months ago

0.7.0

3 months ago

0.6.0

3 months ago

0.5.4

4 months ago

0.5.3

4 months ago

0.5.2

4 months ago

0.5.1

4 months ago

0.5.0

4 months ago

0.4.1

4 months ago

0.3.7

4 months ago

0.4.0

4 months ago

0.3.6

4 months ago

0.3.5

4 months ago

0.3.4

4 months ago

0.3.3

4 months ago

0.3.2

4 months ago

0.3.1

4 months ago

0.3.0

4 months ago

0.1.10

4 months ago

0.1.11

4 months ago

0.1.12

4 months ago

0.2.1

4 months ago

0.1.9

4 months ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago