virtualvivek / react-windows-ui

Build Windows native look & feel apps using ReactJS. Provides a set of accessible, reusable and composable react components that make it super easy to create websites and apps.
https://virtualvivek.github.io/react-windows-ui/
MIT License
555 stars 46 forks source link

Some components are missed #6

Closed qaderi-coding closed 3 years ago

qaderi-coding commented 3 years ago

1: grid layout (row, col) 2: multi level menu in side bar 3: drop-down menu 4: react-select 5: option menu

The mentioned components will rise up of the betterment of template

virtualvivek commented 3 years ago

HI @EhsanullahQadari , We have components that can solve some of your needs for Option menu you can use:

<SelectBox />

for Drop Down Menu you can use:

<MenuBar />

Addons Needed

Grid layout (row, col)

As This library is indented to provide Components that as composible and mutable.

You can wrap components according to what best suits to the project.

virtualvivek commented 3 years ago

Hi @EhsanullahQaderi ,

I have added some more components:

1: multi level menu in side bar - NavBarSubMenu 2: drop-down menu - MenuBar 3: react-select - Select

I will suggest you to check the docs for the latest version of react-windows-ui. If still have some queries you can open this issue whenever you want :)