## Quick start

There are 2 ways to get started with Bucket UI:

### Usage from CDN

Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@thebucketcompany/bucketui) to link Bucket UI.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@thebucketcompany/bucketui/css/all.min.css" />
```

### Install with NPM

```shell
npm install @thebucketcompany/bucketui
```

### Import individual components

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@thebucketcompany/bucketui/css/button.min.css" />
```

