# astra-ui-kit

> AstraUI is a comprehensive, easy-to-use UI component library for React applications, built with TypeScript for robustness and type safety. Our library provides a stellar collection of reusable components designed to equip developers with the tools they ne

Latest version **0.0.17** (published 2023-06-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install astra-ui-kit
pnpm add astra-ui-kit
yarn add astra-ui-kit
bun add astra-ui-kit
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.17 |
| Published | 2023-06-08 |
| First published | 2023-06-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 499.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | mertsabinov |
| Maintainers | mertsabinov |
| Keywords | react, ui-library, typescript, components, front-end, web-development, user-interface, react-components, UI, astraui |

## Links

- npm: https://www.npmjs.com/package/astra-ui-kit
- npm.io page: https://npm.io/package/astra-ui-kit

## Dependencies (6)

- [styled-system](https://npm.io/package/styled-system.md) ^5.1.5
- [stream-browserify](https://npm.io/package/stream-browserify.md) ^3.0.0
- [styled-components](https://npm.io/package/styled-components.md) ^4.4.1
- [@vanilla-extract/css](https://npm.io/package/@vanilla-extract/css.md) ^1.11.1
- [@emotion/babel-plugin](https://npm.io/package/@emotion/babel-plugin.md) ^11.11.0
- [@vanilla-extract/babel-plugin](https://npm.io/package/@vanilla-extract/babel-plugin.md) ^1.2.0

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 0.0.17 (latest) — 2023-06-08
- 0.0.16 — 2023-06-08
- 0.0.15 — 2023-06-08
- 0.0.14 — 2023-06-07
- 0.0.13 — 2023-06-07
- 0.0.12 — 2023-06-07
- 0.0.11 — 2023-06-07
- 0.0.10 — 2023-06-06
- 0.0.9 — 2023-06-06
- 0.0.8 — 2023-06-05
- 0.0.7 — 2023-06-03
- 0.0.6 — 2023-06-03
- 0.0.5 — 2023-06-03
- 0.0.4 — 2023-06-03
- 0.0.3 — 2023-06-02
- … 2 more at https://npm.io/package/astra-ui-kit/versions

## README

# Astra UI Kit 🌌

Astra UI Kit is a comprehensive, easy-to-use UI component library for React applications, designed with TypeScript for robustness and type safety. Built upon styled-components, it provides a stellar collection of reusable components to equip developers with the tools they need to create out-of-this-world user interfaces.

## Installation

```bash
npm install astra-ui-kit @types/styled-components @types/styled-system
```

or if you prefer using yarn:

```bash
yarn add astra-ui-kit @types/styled-components @types/styled-system
```

## Example Usage

Here is a basic usage example:

```tsx
import { Button, Box } from "astra-ui-kit";

const App = () => {
  return (
    <Box>
      <Button>Test Button</Button>
    </Box>
  );
};

export default App;
```

In this example, we import the `Button` component from the Astra UI Kit and use it in our `App` component.

## Documentation

We are currently working on a comprehensive documentation to provide you with detailed information on each component and usage examples.

## License

This project is licensed under the `MIT License` - see the LICENSE file for details.

## Questions?

Feel free to open an issue, or find us on our [GitHub page](https://github.com/AstraUI/AstraUI/issues).

Happy coding! 👨‍💻👩‍💻

---
_Source: https://npm.io/package/astra-ui-kit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
