0.0.12 • Published 2 years ago

mertsabinov-ui v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

npm install astra-ui-kit

or if you prefer using yarn:

yarn add astra-ui-kit

dependence

npm install @types/styled-components

or if you prefer using yarn:

yarn add @types/styled-components

Example Usage

Here is a basic usage example:

import { Button, Box } from "astra-ui-kit";
import "./App.css";

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.

Happy coding! 👨‍💻👩‍💻

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago