4.3.0 • Published 4 months ago

@telus-uds/components-web v4.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Web components

The UDS web components are a set of low level react components themed by UDS themes.

Refer to the UDS monorepo README for details.

Install

npm install @telus-uds/components-web

To ensure proper functionality, it is important to install the brand palette and theme since the components package does not include a default theme. For example, you can install the Telus brand palette and theme by running the following command:

npm install @telus-uds/palette-allium @telus-uds/theme-allium

This will provide the necessary components, along with the corresponding palette and theme, for your project.

Usage

  1. Export component as a named export from root
  2. Wrap the UDS component in an BaseProvider
  3. Include the BaseProvider provider once at the root of your application (e.g. in App.jsx)
import { BaseProvider, Button } from '@telus-uds/components-web'
import alliumTheme from '@telus-uds/theme-allium'
...
  <BaseProvider defaultTheme={alliumTheme}>
    ...
    <Button onPress={() => {}}>Hello World!</Button>
    ...
  </BaseProvider>
...
4.3.0

4 months ago

4.2.1

4 months ago

4.0.0

5 months ago

3.4.0

5 months ago

4.2.0

4 months ago

4.1.0

5 months ago

3.3.0

6 months ago

3.2.1

6 months ago

3.2.0

7 months ago

3.1.0

7 months ago

3.0.1

7 months ago

3.0.0

7 months ago

2.44.0

7 months ago

2.43.0

8 months ago

2.41.0

9 months ago

2.42.0

9 months ago

2.36.0

11 months ago

2.34.2

1 year ago

2.34.1

1 year ago

2.38.0

11 months ago

2.34.3

1 year ago

2.39.1

10 months ago

2.39.0

10 months ago

2.35.1

12 months ago

2.35.0

1 year ago

2.37.0

11 months ago

2.40.0

9 months ago

2.34.0

1 year ago

2.33.2

1 year ago

2.33.1

1 year ago

2.32.2

1 year ago

2.33.0

1 year ago

2.32.1

1 year ago

2.32.0

1 year ago

2.31.5

1 year ago

2.31.4

1 year ago

2.31.3

1 year ago

2.31.2

1 year ago

2.31.1

1 year ago

2.31.0

1 year ago

2.30.0

1 year ago

2.29.0

1 year ago

2.28.0

1 year ago

2.27.0

2 years ago

2.25.1

2 years ago

2.26.0

2 years ago

2.25.0

2 years ago

2.19.4

2 years ago

2.19.5

2 years ago

2.19.2

2 years ago

2.19.3

2 years ago

2.19.0

2 years ago

2.17.2

2 years ago

2.19.1

2 years ago

2.17.0

2 years ago

2.17.1

2 years ago

2.15.0

2 years ago

2.13.0

2 years ago

2.20.0

2 years ago

2.22.0

2 years ago

2.20.1

2 years ago

2.24.0

2 years ago

2.16.1

2 years ago

2.18.0

2 years ago

2.16.0

2 years ago

2.14.0

2 years ago

2.21.0

2 years ago

2.23.0

2 years ago

2.21.2

2 years ago

2.21.1

2 years ago

2.12.0

2 years ago

2.11.0

2 years ago

2.10.0

2 years ago

2.7.0

2 years ago

2.9.0

2 years ago

2.8.1

2 years ago

2.8.0

2 years ago

2.6.0

2 years ago

1.12.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago