1.0.3 • Published 4 years ago

fosscord-ui-react v1.0.3

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
4 years ago

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.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago