Skip to content

Latest commit

 

History

4,749 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feathery

React client library for Feathery

Release NPM JavaScript Style Guide

Use this library to embed and extend Feathery forms in your codebase

Documentation

For details on how to use this library, check out our documentation.

FAQ

Q: How do I use the Feathery React library with Vite?

A: Remember to add a global definition in your Vite config. For example, the following config could be used:

import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

export default defineConfig({
  resolve: {
    alias: {},
  },
  plugins: [react()],
  server: {
    port: 3000,
  },
  preview: {
    port: 3000,
  },
  define: {
    // By default, Vite doesn't include shims for NodeJS
    global: "window",
  },
});

License

BSL

About

React client library for Feathery

Topics

Resources

Stars

33 stars

Watchers

4 watching

Forks

Releases

Contributors

Languages