2.5.11 • Published 5 days ago

@nilfoundation/ui-kit v2.5.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

UI components library to build React applications using =nil; pre-designed styles out of the box.

Build Npm version License: MIT Minified size

Table of contents

Getting started

npm

npm install @nilfoundation/ui-kit baseui styletron-engine-atomic styletron-react

yarn

yarn add @nilfoundation/ui-kit baseui styletron-engine-atomic styletron-react

CDN

<script src="https://unpkg.com/@nilfoundation/ui-kit/dist/ui-kit.iife.js"></script>

Notice, that global React variable should be accessible, because it is not included in the standalone bundle.

Usage

import { BaseProvider } from "baseui";
import { Client as Styletron } from "styletron-engine-atomic";
import { Provider as StyletronProvider } from "styletron-react";
import { createTheme, Button } from "@nilfoundation/ui-kit";

const engine = new Styletron();
const { theme } = createTheme(engine);

function App() {
  return (
    <StyletronProvider value={engine}>
      <BaseProvider theme={theme}>
        <Button>Button Label</Button>
      </BaseProvider>
    </StyletronProvider>
  );
}

SSR

Use this workaround to make Styletron, which this package is levelraging, work with SSR.

License

MIT

2.5.10

5 days ago

2.5.11

5 days ago

2.5.6

6 days ago

2.5.8

6 days ago

2.5.7

6 days ago

2.5.9

6 days ago

2.5.5

11 days ago

2.5.4

19 days ago

2.5.2

29 days ago

2.5.3

29 days ago

2.5.1

1 month ago

2.4.7

1 month ago

2.4.6

1 month ago

2.4.5

1 month ago

2.4.4

1 month ago

2.4.3

2 months ago

2.4.2

2 months ago

2.4.1

2 months ago

2.3.13

3 months ago

2.3.12

3 months ago

2.3.14

3 months ago

2.3.11

3 months ago

2.3.10

3 months ago

2.3.9

3 months ago

2.3.8

3 months ago

2.3.7

4 months ago

2.3.6

4 months ago

2.3.5

4 months ago

2.3.2

4 months ago

2.3.4

4 months ago

2.3.3

4 months ago

2.3.1

4 months ago

2.2.15

4 months ago

2.2.13

4 months ago

2.2.14

4 months ago

2.2.12

4 months ago

2.2.11

5 months ago

2.2.10

5 months ago

2.2.9

5 months ago

2.2.8

5 months ago

2.2.7

6 months ago

2.2.6

6 months ago

2.2.5

6 months ago

2.2.4

6 months ago

2.2.3

6 months ago

2.2.2

6 months ago

2.2.1

6 months ago

2.1.8

6 months ago

2.1.7

6 months ago

2.1.6

6 months ago

2.1.5

6 months ago

2.1.4

6 months ago

2.1.3

6 months ago

2.1.2

6 months ago

2.1.1

6 months ago

2.0.39

6 months ago

2.0.38

6 months ago

2.0.37

6 months ago

2.0.36

6 months ago

2.0.35

7 months ago

2.0.34

7 months ago

2.0.33

7 months ago

2.0.32

7 months ago

2.0.31

7 months ago

2.0.30

7 months ago

2.0.29

7 months ago

2.0.28

7 months ago

2.0.27

7 months ago

2.0.26

7 months ago

2.0.25

7 months ago

2.0.24

7 months ago

2.0.23

7 months ago

2.0.22

7 months ago

2.0.21

7 months ago

2.0.20

7 months ago

2.0.19

8 months ago

2.0.18

8 months ago

2.0.17

8 months ago

2.0.16

8 months ago

2.0.15

8 months ago

2.0.14

8 months ago

2.0.13

8 months ago

2.0.12

9 months ago

2.0.11

9 months ago

2.0.10

9 months ago

2.0.9

9 months ago

2.0.8

9 months ago

2.0.7

9 months ago

2.0.6

9 months ago

2.0.5

10 months ago

2.0.4

10 months ago

2.0.3

10 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago