3.32.0 • Published 4 months ago

@vibe/core v3.32.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@vibe/core

Vibe Design System's Core Component Library in React

Usage

Components are imported from the library's root entry:

import { Button } from "@vibe/core";

Font installation

We don't import fonts ourselves, we work best with the following fonts - Poppins, Figtree and Roboto, we recommend adding the following link import to your application

<link
  href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
  rel="stylesheet"
/>

Theming

Theming is supported using CSS variables - for more info on theming please read the theme guidelines file.

Experimental SSR (Server Side Rendering)

Components are using style injection on the client side (into element) This is not usable on the server side. In order to get the required styles on the server side, you should initialize

globalThis.injectedStyles = {};

in order to have each server side render component css inserted into the injectedStyles object each component will insert its css string under a unique key. Then you can join all the values into one string and add it under a <style> element

3.31.0

4 months ago

3.31.1

4 months ago

3.31.2

4 months ago

3.32.0

4 months ago

3.30.0

4 months ago

3.29.0

5 months ago

3.28.2

5 months ago

3.28.1

5 months ago

3.28.0

5 months ago

3.27.1

5 months ago

3.27.0

5 months ago

3.20.0

6 months ago

3.22.0

5 months ago

3.24.0

5 months ago

3.22.1

5 months ago

3.19.0

6 months ago

3.24.2

5 months ago

3.24.1

5 months ago

3.21.0

6 months ago

3.23.0

5 months ago

3.18.0

6 months ago

3.25.0

5 months ago

3.17.1

6 months ago

3.17.0

6 months ago

3.16.0

6 months ago

3.15.0

6 months ago

3.15.1

6 months ago

3.14.0

6 months ago

3.13.0

6 months ago

3.10.1

7 months ago

3.12.1

7 months ago

3.10.3

7 months ago

3.12.0

7 months ago

3.10.2

7 months ago

3.12.3

7 months ago

3.12.2

7 months ago

3.11.0

7 months ago

3.9.3

7 months ago

3.9.2

7 months ago

3.9.1

7 months ago

3.10.0

7 months ago

3.7.3

7 months ago

3.9.0

7 months ago

3.7.2

7 months ago

3.8.0

7 months ago

3.7.1

7 months ago

3.6.2

7 months ago

3.7.0

7 months ago

3.6.1

7 months ago

3.6.0

7 months ago

3.5.1

7 months ago

3.5.0

7 months ago

3.4.1

7 months ago

3.4.0

7 months ago

3.3.0

7 months ago

3.2.0

7 months ago

3.1.0

7 months ago

3.0.0

8 months ago

3.0.0-rc.0

8 months ago

3.0.0-beta.3

8 months ago

3.0.0-beta.1

9 months ago

3.0.0-beta.0

9 months ago

3.0.0-beta.2

9 months ago

3.0.0-alpha.17

9 months ago

3.0.0-alpha.16

9 months ago

3.0.0-alpha.14

9 months ago

3.0.0-alpha.13

9 months ago

3.0.0-alpha.12

9 months ago

3.0.0-alpha.11

9 months ago

3.0.0-alpha.9

9 months ago

3.0.0-alpha.10

9 months ago

3.0.0-alpha.5

9 months ago

3.0.0-alpha.7

9 months ago

3.0.0-alpha.6

9 months ago

3.0.0-alpha.8

9 months ago

3.0.0-alpha.4

10 months ago

3.0.0-alpha.3

10 months ago

3.0.0-alpha.2

11 months ago

3.0.0-alpha.1

11 months ago

3.0.0-alpha.0

11 months ago