0.45.1 • Published 9 months ago

@k8slens/lds v0.45.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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.44.4

9 months ago

0.45.1

9 months ago

0.45.0

9 months ago

0.44.2

10 months ago

0.44.3

9 months ago

0.44.0

10 months ago

0.44.1

10 months ago

0.43.3

11 months ago

0.43.0

11 months ago

0.36.0

1 year ago

0.40.2

11 months ago

0.40.0

12 months ago

0.40.1

11 months ago

0.37.0

1 year ago

0.41.3

11 months ago

0.41.1

11 months ago

0.41.2

11 months ago

0.41.0

11 months ago

0.38.0

1 year ago

0.42.0

11 months ago

0.39.1

1 year ago

0.39.0

1 year ago

0.35.2

1 year ago

0.35.1

1 year ago

0.39.4

12 months ago

0.39.3

12 months ago

0.39.2

1 year ago

0.43.1

11 months ago

0.43.2

11 months ago

0.35.0

1 year ago

0.34.4

1 year ago

0.34.3

1 year ago

0.34.2

1 year ago

0.34.1

1 year ago

0.34.0

1 year ago

0.33.0

1 year ago

0.32.0

1 year ago

0.31.0

1 year ago

0.30.0

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.19.1

2 years ago

0.19.2

2 years ago

0.19.3

2 years ago

0.17.0

2 years ago

0.29.0

2 years ago

0.27.0

2 years ago

0.25.0

2 years ago

0.23.0

2 years ago

0.21.1

2 years ago

0.21.0

2 years ago

0.18.1

2 years ago

0.18.2

2 years ago

0.16.0

2 years ago

0.18.0

2 years ago

0.28.0

2 years ago

0.26.1

2 years ago

0.26.0

2 years ago

0.24.1

2 years ago

0.24.0

2 years ago

0.22.0

2 years ago

0.15.1

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.14.1

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.12.1

2 years ago

0.11.2

2 years ago

0.11.3

2 years ago

0.10.4

2 years ago

0.11.4

2 years ago

0.10.5

2 years ago

0.11.5

2 years ago

0.10.3

2 years ago

0.10.2

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.9

3 years ago

0.6.8

3 years ago

0.6.7

3 years ago

0.6.6

3 years ago

0.6.5

3 years ago

0.6.2

3 years ago

0.6.0

3 years ago

0.4.0

3 years ago

0.2.12

3 years ago

0.2.10

3 years ago

0.2.8

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago