0.2.0 • Published 10 months ago

@galaxy_ui/ui v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

galaxy UI

Galaxy UI is a collection of React web components that help you build web applications faster.

Code-coverage

Code-coverage

galaxy UI Lint-Test galaxy UI Publish job

UI Library for the galaxy project, which is a collection of React web components.

npm version npm GitHub license GitHub issues GitHub forks GitHub stars

Library hosted on Netlify

Netlify Status

Chromatic Storybook

Chromatic

Installation

npm install @galaxy_ui/ui
or
npm i @galaxy_ui/ui

OR

yarn add @galaxy_ui/ui

Usage

Basic component usage syntax:

import React from 'react';
import { Button } from '@galaxy/ui';

const App = () => <Button>Click me</Button>;

export default App;

License

Documentation and Examples

Author and Maintainer