fosscord-ui-react

A set of React components for Fosscord UI framework.

Usage no npm install needed!

<script type="module">
  import fosscordUiReact from 'https://cdn.skypack.dev/fosscord-ui-react';
</script>

README

Fosscord UI for React

A set of React components for Fosscord UI framework.

Install

First, install it with npm:

npm install --save fosscord-ui-react

Then, you can include it like below (For a Create React App project):

import { Button } from "fosscord-ui-react";

export default function App {
    return (
        <>
            <Button primary={true}>Test button</Button>
        </>
    );
}

License

This work is licensed under the GNU Affero General Public License v3.0.