Some react-native's components with Windows 10 style. You can get the design templates at Windows Dev Center.
Watch out: this project are only tested on android before. If you want use it on iOS, you should test it by yourself.
$ npm install
$ react-native start
$ react-native run-android
Copy the
js/components/*
andjs/config/*
to your project.
You can use the <NavPan />
component to jump between each page,
only need to modify the config/pages.js
.
Now only have one preset theme, but I will provides other soon. You can also config your theme,
just need to add a style file and modify the config/theme.js
.
There have 189 preset icons can let you choose, you can find they at js/components/symbol/icons
.
Only have black icon now, the white icon will be soon.
There are completed components, more will be soon.
- Actions
- Input fields
- Navigation
- Overlays
- Progress
- Toggle
- ComboBox
- DatePicker
- DatePicker
- TimePicker
- AutoSuggest
- Hub
- Tabs
- Pivot
Wiki is on the way.
- Add setting mechanism for the application.