0.0.17 • Published 11 months ago

astra-ui-kit v0.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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 @types/styled-components @types/styled-system

or if you prefer using yarn:

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

Example Usage

Here is a basic usage example:

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.

Happy coding! 👨‍💻👩‍💻

0.0.17

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago