2.33.1 • Published 7 days ago

@telus-uds/components-web v2.33.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days 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>
...
2.33.1

7 days ago

2.32.2

1 month ago

2.33.0

26 days ago

2.32.1

1 month ago

2.32.0

2 months ago

2.31.5

2 months ago

2.31.4

2 months ago

2.31.3

2 months ago

2.31.2

2 months ago

2.31.1

3 months ago

2.31.0

3 months ago

2.30.0

3 months ago

2.29.0

3 months ago

2.28.0

4 months ago

2.27.0

5 months ago

2.25.1

5 months ago

2.26.0

5 months ago

2.25.0

6 months ago

2.19.4

7 months ago

2.19.5

7 months ago

2.19.2

8 months ago

2.19.3

7 months ago

2.19.0

8 months ago

2.17.2

8 months ago

2.19.1

8 months ago

2.17.0

9 months ago

2.17.1

8 months ago

2.15.0

10 months ago

2.13.0

10 months ago

2.20.0

7 months ago

2.22.0

6 months ago

2.20.1

7 months ago

2.24.0

6 months ago

2.16.1

9 months ago

2.18.0

8 months ago

2.16.0

9 months ago

2.14.0

10 months ago

2.21.0

7 months ago

2.23.0

6 months ago

2.21.2

6 months ago

2.21.1

6 months ago

2.12.0

10 months ago

2.11.0

11 months ago

2.10.0

11 months ago

2.7.0

11 months ago

2.9.0

11 months ago

2.8.1

11 months ago

2.8.0

11 months ago

2.6.0

11 months ago

1.12.0

12 months ago

2.3.0

11 months ago

2.2.0

11 months ago

2.5.0

11 months ago

2.4.0

11 months ago

1.11.0

12 months ago

1.10.0

1 year ago

2.1.0

11 months ago

2.0.0

12 months ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago