2.2.12 • Published 7 months ago

asterix-ui v2.2.12

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

UIKit

A set of flexible, highly practical, and efficient React components for creating rich web applications.

Install

npm install --save-dev asterix-ui

Usage

import React from "react";
import { Button } from "asterix-ui";

const Button = <Button view="primary" size="m" />;

Styles

UIKit comes with base styling and theme. In order to everything look nice include this at the top of your entry file:

// App.css

@import "asterix-ui/styles/styles";
@import "asterix-ui/styles/fonts";

// ...

UIKit supports different themes: light and dark. Your app must be rendered inside ThemeProvider:

import { createRoot } from "react-dom/client";
import { ThemeProvider } from "asterix-ui";

createRoot(document.getElementById("root")!).render(
  <ThemeProvider theme="light">
    <App />
  </ThemeProvider>
);
2.2.1

7 months ago

2.2.0

7 months ago

2.2.3

7 months ago

2.2.2

7 months ago

2.2.5

7 months ago

2.2.4

7 months ago

2.2.11

7 months ago

2.2.7

7 months ago

2.2.12

7 months ago

2.2.6

7 months ago

2.2.10

7 months ago

2.2.9

7 months ago

2.2.8

7 months ago

2.1.9

7 months ago

2.1.16

7 months ago

2.1.17

7 months ago

2.1.14

7 months ago

2.1.15

7 months ago

2.1.12

7 months ago

2.1.13

7 months ago

2.1.10

7 months ago

2.1.11

7 months ago

2.1.18

7 months ago

2.1.19

7 months ago

2.1.4

7 months ago

2.1.6

7 months ago

2.1.5

7 months ago

2.1.8

7 months ago

2.1.7

7 months ago

2.1.2

8 months ago

2.1.1

8 months ago

2.0.5

9 months ago

2.1.3

8 months ago

2.0.4

9 months ago

2.0.7

9 months ago

2.0.6

9 months ago

2.1.0

8 months ago

1.0.0

10 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.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

11 months ago

1.1.1

11 months ago

1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.1.4

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.1.2

11 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.12

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago