Skip to content

spacebarchat/ui-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A set of React components for Fosscord UI framework.

Resources

License

Stars

Watchers

Forks