1.0.41 • Published 3 months ago

@gravitguru/forest-ui v1.0.41

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

Logo

Forest UI - Description

Forest UI component library provides a collection of reusable UI components built with Tailwind CSS and Vite React. It includes components like buttons, layout, theme mode, table, form, input, pagination, etc.

Installation

You can install the component library using npm:

npm install @gravitguru/forestUI

Or using yarn:

yarn add @gravitguru/forestUI

Or using yarn:

import '@gravitguru/forestUI'; // import after run the server

Usage

To use components from your library, import them into your React components:

import { Button, Table, Form } from '@gravitguru/forestUI';

Edit the components in src/components.

Start the development server:

npm run dev

Visit http://localhost:8000 in your browser to preview your changes.

Then, you can use these components in your JSX:

<Button variant="primary">Click me</Button>
<Table data={tableData} columns={tableColumns} />
<Form onSubmit={handleSubmit}>
  <Input name="username" type="text" />
  <Button type="submit">Submit</Button>
</Form>

Available Components

Button: A customizable button component. Layout: Pre-defined layout components for easier page structuring. ThemeMode: Allows toggling between light and dark themes. Table: A table component for displaying tabular data. Form: Form components for building forms easily. Input: An input component for text input. 100+ Components: A wide variety of components for different UI needs. Full-Page Components: Ready-to-use components for entire page layouts. Assets: Includes assets such as images, fonts, and more. Icons: A collection of icons for use in your interfaces. Animations: Provides animation utilities for enhancing user experience.

Theming

Your component library supports theming using Tailwind CSS. You can customize the colors, typography, spacing, and more by editing the tailwind.config.js file in your project.

Contributing

Contributions are welcome! If you have any ideas, bug fixes, or improvements, feel free to open an issue or create a pull request on GitHub.

License

This component library is licensed under the MIT License. See the LICENSE file for details.

Support

For support, email gravitguru@gmail.com or join our discord Team.

Thank you 👋

1.0.39

3 months ago

1.0.40

3 months ago

1.0.41

3 months ago

1.0.36

3 months ago

1.0.35

3 months ago

1.0.33

3 months ago

1.0.30

3 months ago

1.0.29

3 months ago

1.0.28

3 months ago

1.0.27

3 months ago

1.0.26

3 months ago

1.0.25

3 months ago

1.0.23

3 months ago

1.0.22

3 months ago

1.0.19

3 months ago

1.0.18

3 months ago

1.0.16

3 months ago

1.0.15

3 months ago

1.0.14

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago