0.35.0 • Published 1 month ago

@k8slens/lds v0.35.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

Lens Design System – Core React Component Library

Documentation

Browse the documentation at lensapp.github.io/lens-design-system.

What is included?

ES Modules

  • ./lib/es/index.js - Main ES module
  • ./lib/es/index.electron.js - Main ES module for Electron
  • ./lib/es/ComponentName/ComponentName.js - Individual ES modules

CommonJS modules

  • ./lib/cjs/index.js - Main CommonJS module
  • ./lib/cjs/ComponentName/ComponentName.js - Individual CommonJS modules

AMD package

  • ./lib/web/[version-number]/index.css - Static CSS for web
  • ./lib/web/[version-number]/index.js - AMD package for RequireJS. Requires external react import.

Usage with React apps

  • run npm i -s @k8slens/lds @k8slens/lds-tokens
  • import @k8slens/lds-tokens/lib/web/font-imports.css in your React app to include fonts
  • import @k8slens/lds/index.css in your React app to include general styles
  • import @k8slens/lds/typography.css in your React app (after index.css) to include base typographic styles
  • Use in a component:
import { Button } from "@k8slens/lds";

export const Component = () => (
  <Button label="My Button" />
);

Usage with Electron React apps

  • run npm i -s @k8slens/lds @k8slens/lds-tokens
  • import @k8slens/lds-tokens/lib/electron/fonts.css in your React Electron app to include fonts
  • import @k8slens/lds/index.css in your React Electron app to include general styles
  • Use in a component:
import { Button } from "@k8slens/lds";

export const Component = () => (
  <Button label="My Button" />
);

Usage on web

TBD

0.35.0

1 month ago

0.34.4

1 month ago

0.34.3

2 months ago

0.34.2

2 months ago

0.34.1

2 months ago

0.34.0

2 months ago

0.33.0

2 months ago

0.32.0

3 months ago

0.31.0

3 months ago

0.30.0

5 months ago

0.20.1

8 months ago

0.20.0

8 months ago

0.19.0

8 months ago

0.19.1

8 months ago

0.19.2

8 months ago

0.19.3

8 months ago

0.17.0

9 months ago

0.29.0

6 months ago

0.27.0

6 months ago

0.25.0

7 months ago

0.23.0

7 months ago

0.21.1

8 months ago

0.21.0

8 months ago

0.18.1

8 months ago

0.18.2

8 months ago

0.16.0

9 months ago

0.18.0

8 months ago

0.28.0

6 months ago

0.26.1

6 months ago

0.26.0

6 months ago

0.24.1

7 months ago

0.24.0

7 months ago

0.22.0

7 months ago

0.15.1

11 months ago

0.13.0

1 year ago

0.14.0

12 months ago

0.15.0

12 months ago

0.14.1

12 months ago

0.11.0

1 year ago

0.12.0

1 year ago

0.11.1

1 year ago

0.12.1

1 year ago

0.11.2

1 year ago

0.11.3

1 year ago

0.10.4

1 year ago

0.11.4

1 year ago

0.10.5

1 year ago

0.11.5

1 year ago

0.10.3

1 year ago

0.10.2

1 year ago

0.10.1

1 year ago

0.10.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.9

1 year ago

0.6.8

1 year ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.5

1 year ago

0.6.2

1 year ago

0.6.0

1 year ago

0.4.0

1 year ago

0.2.12

1 year ago

0.2.10

1 year ago

0.2.8

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago