@galaxy_ui/ui
Version:
UI library for the React apps
73 lines (45 loc) • 2.59 kB
Markdown
# galaxy UI
Galaxy UI is a collection of React web components that help you build web applications faster.
[](https://codecov.io/github/onemanfighter/galaxy-ui)
[](https://codecov.io/github/onemanfighter/galaxy-ui)
[](https://github.com/onemanfighter/galaxy-ui/actions/workflows/main.yaml)
[](https://github.com/onemanfighter/galaxy-ui/actions/workflows/publish-npm.yaml)
UI Library for the galaxy project, which is a collection of React web components.
[](https://badge.fury.io/js/%40galaxy_ui%2Fui)
[](https://www.npmjs.com/package/@galaxy_ui/ui)




## Library hosted on Netlify
[](https://app.netlify.com/sites/galaxy-ui/deploys)
- [galaxy-ui](https://galaxy-ui-sb.netlify.app/)
## Chromatic Storybook
[](https://www.chromatic.com/library?appId=660b6f1cba8a33d3e2049592)
- [Chromatic link](https://www.chromatic.com/library?appId=660b6f1cba8a33d3e2049592)
## Installation
```bash
npm install @galaxy_ui/ui
or
npm i @galaxy_ui/ui
```
OR
```bash
yarn add @galaxy_ui/ui
```
## Usage
**Basic component usage syntax:**
```jsx
import React from 'react';
import { Button } from '@galaxy/ui';
const App = () => <Button>Click me</Button>;
export default App;
```
## License
- [MIT](https://github.com/onemanfighter/galaxy-ui/blob/development/LICENSE)
## Documentation and Examples
- [Storybook](https://onemanfighter.github.io/galaxy-ui/)
## Author and Maintainer
- [Amit Raikwar - onemanfighter](https://github.com/onemanfighter)
- [Amit Raikwar - Github](https://github.com/raikwaramit)
- [Amit Raikwar LinkedIn](https://in.linkedin.com/in/amitrai1603)