# `@clayui/provider`

This package provides Provider a component that is at the root of your app to set theme, features, Modal... don't use the package directly instead use `@clayui/core`.

```js
import {Provider, useProvider} from '@clayui/core';
```

- [Documentation](https://clayui.com/docs/components/provider.html)

## Contribute

We'd love to get contributions from you! Please, check our [Contributing Guidelines](https://github.com/liferay/clay/blob/master/CONTRIBUTING.md) to see how you can help us improve.