superbbit-ui-kit
v3.0.7
Published
```sh npm i superbbit-ui-kit ```
Downloads
24
Readme
Superbbit UI kit
Vue3 ui components
Installation
npm i superbbit-ui-kit
Usage
Import and register plugin
import "superbbit-ui-kit/style";
createApp(App).mount("#app");
Use components
import { SbAlert } from 'superbbit-ui-kit'
<sb-alert title="Privet" variant="success" link />
Notice
For the correct display of components, you must install the Roboto
and Montserrat
fonts
For example with Google fonts
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
Documentation
npm run sb:start