# Btn

## Props

```javascript
id: {
    type: String,
    required: true,
}

href: {
    type: String,
    default: '',
}

onClick: {
    type: Function,
    default: () => {},
}

disabled: {
    type: Boolean,
    default: false,
}

beforeIcon: {
    type: String,
}

afterIcon: {
    type: String,
}
```

## Implemented Components

* [Icon](../Icon/README.md)