2.16.4 • Published 8 months ago

@geneui/components v2.16.4

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

Gene UI components

The design system to democratize a UI unification process of BI tools.

NPM registry License

Table of Contents

⚙️ Installation

You can install Gene UI components using npm or yarn:

# Yarn
yarn add @geneui/components

# NPM
npm install --save @geneui/components

👀 Usage

Importing Components

To use a component in your project, first you need to import the provider in your main component e.g. in the App.js file

import GeneUIProvider from '@geneui/components/GeneUIProvider';

Then you need to wrap your main component with provider

<GeneUIProvider>
    <App />
</GeneUIProvider>

Example

Now you can start use any components available in the package

import { Button } from '@geneui/components';

function App() {
    return (
        <div>
            <Button>Do action</Button>
        </div>
    );
}

📝 Documentation

Explore in-depth documentation to make the most out of Gene UI components.

API Reference

Visit our API Reference for detailed information on each component, including props and usage examples.

👍 Contributing

We welcome contributions from the community! Here's how you can get involved:

👉 See the contributing docs for more info on code style, testing, coverage, and troubleshooting.

📜 Changelog

Stay up-to-date with the latest changes and improvements by checking our Changelog.

⚖️ License

The Gene UI design system is licensed under the MIT License

2.16.4

8 months ago

2.16.3

8 months ago

2.16.1

9 months ago

2.16.2

9 months ago

2.16.0

9 months ago

2.15.0

1 year ago

2.15.1

1 year ago

2.14.0

1 year ago

2.13.1

1 year ago

2.13.0

1 year ago

2.12.3

1 year ago

2.12.2

1 year ago

2.12.1

1 year ago

2.12.0

1 year ago

2.11.2

2 years ago

2.11.1

2 years ago

2.11.0

2 years ago