Skip to content

Commit

Permalink
Update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaijoe committed Jul 16, 2024
1 parent 28b895b commit b3ec8c8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<br />
<div align="center">
<img width="800" alt="Forui" src="docs/public/banner-020724.png">
<img width="800" alt="Forui" src="docs/public/banner-160724.png">
</div>

## Documentation
Expand Down
18 changes: 16 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<br/>
import Image from 'next/image';


<br />

<Image
src="/banner-crop-160724.png"
className="w-full border rounded"
alt="Forui Demo"
width={0}
height={0}
/>

**Forui** is a UI library for Flutter that provides a set of minimalistic widgets heavily inspired by [shadcn/ui](https://ui.shadcn.com/).

## Core Principles

**Forui** is a UI library for Flutter that provides a set of minimalistic widgets heavily inspired by [shadcn/ui](https://ui.shadcn.com/).


Flutter shines as a powerful multi-platform development tool, but its native Material and Cupertino widgets often fall short of truly universal design.
Forui strives to be the default platform-agnostic alternative for developers seeking consistent and elegant UIs across all devices.

Expand All @@ -13,6 +26,7 @@ The library is designed with the following core principles in mind:
- **Minimalistic Aesthetics:** Our library embraces simplicity and clean design principles, delivering a visually appealing and uncluttered user interface.
- **Extensible and Customizable:** We encourage customization and provide flexible options to tailor components to your unique design needs.


## Quick Links

import {Cards, Card} from 'nextra/components';
Expand Down
Binary file added docs/public/banner-160724.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/banner-crop-160724.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3ec8c8

Please sign in to comment.