Skip to content

georgepadayatti/react-admin-component-library

Repository files navigation

Custom package for Reusable React Admin Components

GitHub commit activity

AboutInstallationUsageContributingLicensing

About

This repository hosts custom package for reusable react-admin components.

Installation

npm install 'georgepadayatti/react-admin-component-library'

Usage

import { IGTable } from 'react-admin-component-library';

export const SampleResource = () => (
    <IGTable sort={"ASC"}>
        <TextField source="id" label={"ID"} />
        <TextField source="title"/>
        <DateField source="published_at"/>
    </IGTable>
);

Contributing

Feel free to improve the plugin and send us a pull request. If you find any problems, please create an issue in this repo.

Licensing

Copyright (c) 2024-25 George Padayatti

Licensed under the Apache 2.0 License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.

About

Custom package for react-admin components

Topics

Resources

License

Stars

Watchers

Forks