---
title: "Components — GlobalReset"
canonical: https://sky-ui.cf.sky.com/components/global-reset
apiPackages: [{"name":"@sky-uk/ui-core","representedVersion":"13.2.0"}]
---

# Components — GlobalReset

```js
import { GlobalReset } from '@sky-uk/ui-core';
```

---

The `GlobalReset` provides a style reset and is essential for ensuring browsers work consistently with Sky UI.

Include the `GlobalReset` high up in your application:

```jsx
<App>
  <GlobalReset />
  //...
</App>
```
