JSPM

rjsf-chakra-ui-experimental

1.1.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q16474F
    • License Apache-2.0

    chakra UI theme, fields and widgets for react-jsonschema-form

    Package Exports

    • rjsf-chakra-ui-experimental
    • rjsf-chakra-ui-experimental/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rjsf-chakra-ui-experimental) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Build Status npm npm downloads Contributors Apache 2.0 License


    Logo

    @kpilens/rjsf-chakra-ui

    Chakra UI theme, fields and widgets for react-jsonschema-form.
    Explore the docs »

    View Playground · Report Bug · Request Feature

    Table of Contents

    About The Project

    @rjsf/chakra-ui Screen Shot

    Exports chakra-ui theme, fields and widgets for react-jsonschema-form.

    Built With

    Getting Started

    Prerequisites

    • @chakra-ui/core >= 1.0.0
    • react >= 16.0.0
    • @rjsf/core >= 2.0.0
    yarn add @chakra-ui/core@next

    Installation

    yarn add @kpilens/rsjf-chakra-ui @rsjf/core

    Usage

    import Form from '@kpilens/rjsf-chakra-ui';

    or

    import { withTheme } from '@rjsf/core';
    import { Theme as ChakraUITheme } from '@kpilens/rjsf-chakra-ui';
    
    // Make modifications to the theme with your own fields and widgets
    
    const Form = withTheme(ChakraUITheme);

    Roadmap

    See the open issues for a list of proposed features (and known issues).

    Contributing

    Read our contributors' guide to get started.

    Contact

    rjsf team: https://github.com/orgs/rjsf-team/people

    GitHub repository: https://github.com/rjsf-team/react-jsonschema-form