2.1.3 • Published 8 months ago

@cfx-dev/ui-components v2.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

UI Component Library

Include design system, utils and reusable components.

Instalation

yarn add @cfx-dev/ui-components

or

npm install @cfx-dev/ui-components

Usage

In your bundler config add this sass option to use ui utils in styles:

additionalData: `@use "~@cfx-dev/ui-components/dist/styles-scss/ui" as ui;`,
import '@cfx-dev/ui-components/dist/styles-scss/global.scss';

Import default themes or take a look inside how to make your own:

import '@cfx-dev/ui-components/dist/styles-scss/themes.scss';

Add theme class name to body or root element

<body className="cfxui-theme-cfx">

For some components you will need to define this variables in your root stiles:

html {
  --width: 100vw;
  --height: 100vh;
  --quant: calc(1rem * 0.25);
}

License

This project is licensed under the MIT License.

2.1.3

8 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.0.7

9 months ago

2.0.9

9 months ago

2.0.10

9 months ago

2.0.8

9 months ago

2.1.0

9 months ago

2.0.5

9 months ago

2.0.4

9 months ago

2.0.6

9 months ago

2.0.3

9 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

10 months ago

1.0.0

11 months ago

0.0.26

11 months ago

0.0.25

11 months ago

0.0.24

11 months ago

0.0.23

11 months ago

0.0.22

12 months ago

0.0.21

12 months ago

0.0.20

12 months ago

0.0.19

12 months ago

0.0.18

12 months ago

0.0.17

12 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago