0.2.56 • Published 4 months ago

@codezee/sixtify-brahma v0.2.56

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

@codezee/sixtify-brahama

A React package that simplifies form creation and table management!
This package leverages react-hook-form and AG Grid to provide a comprehensive set of input fields and components for building dynamic and powerful forms.
It also includes a complete Storybook for all components to help you explore and integrate them easily.

Features

  • Integrates seamlessly with react-hook-form for form handling.
  • Includes AG Grid for powerful table management.
  • A wide variety of input components to suit all your needs.
  • Fully documented with Storybook.

This package is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

Installation

Install the package using pnpm:

pnpm install @codezee/sixtify-brahama

Usage

Import the package in your React component:

import { TextField } from '@codezee/sixtify-brahama';
import { useForm } from 'react-hook-form';

function MyComponent() {
    const { control } = useForm({
        defaultValues: {
            name: 'John Doe',
        },
    });

  return (
    <TextField name="name" label="Name" control={control} />
  );
}

Documentation

For detailed usage and examples, check out the full documentation:
See Documentation

0.2.56

4 months ago

0.2.55

4 months ago

0.2.54

4 months ago

0.2.53

4 months ago

0.2.52

4 months ago

0.2.51

5 months ago

0.2.50

5 months ago

0.2.49

5 months ago

0.2.48

5 months ago

0.2.46

5 months ago

0.2.45

5 months ago

0.2.44

5 months ago

0.2.43

5 months ago

0.2.42

5 months ago

0.2.41

5 months ago

0.2.40

5 months ago

0.2.39

5 months ago

0.2.38

5 months ago

0.2.37

5 months ago

0.2.36

5 months ago

0.2.35

6 months ago

0.2.34

6 months ago

1.2.0

6 months ago

1.1.9

6 months ago

1.1.8

6 months ago

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

0.0.0

6 months ago

0.2.33

6 months ago

0.2.32

6 months ago

0.2.31

6 months ago

0.2.30

6 months ago

0.2.29

6 months ago

0.2.28

6 months ago

0.2.27

6 months ago

0.2.26

7 months ago

0.2.25

7 months ago

0.2.24

7 months ago

0.2.21

7 months ago

0.2.20

7 months ago

0.2.19

7 months ago

0.2.18

7 months ago

0.2.16

7 months ago

0.2.14

7 months ago

0.2.13

7 months ago

0.2.12

7 months ago

0.2.11

7 months ago

0.2.10

7 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago