# UBuilder Styles

CSS style for UBuilder 8.

## Setup

### by CDN
```html
<style rel="stylesheet" src="https://cdn.jsdelivr.net/npm/@ubuilder/styles/index.css">
```

### by NPM Package
```sh
npm i @ubuilder/styles
```

```css
@import '@ubuilder/styles';
```

If using only base module, use
```css
@import '@ubuilder/styles/base';
```

## Controls
Color variants exists on all controls. You can import only for specific colors.
* dark
* amber
* blue
* cyan
* emerald
* fuchsia
* gray
* green
* indigo
* lime
* neutral
* orange
* pink
* purple
* red
* rose
* sky
* slate
* stone
* teal
* violet
* yellow
* zinc

### Button
* Color variants classes
* .outline : outlined button
* .round .square : coner variants
* .light : light color variant
