1.5.0 • Published 3 years ago
react-web-simple-widgets v1.5.0
react-web-simple-widgets
Get Started
Installation
npm install react-native-simple-elements
npm install react-web-simple-widgets
Usage
import ThemeProviver from "react-native-simple-elements/components/theme/Provider";
import SimpleBottomNavigation from "react-web-simple-widgets/widgets/SimpleBottomNavigation";
import HomeIcon from "@mdi/svg/svg/home.svg";
import ReloadIcon from "@mdi/svg/svg/reload.svg";
import ActionIcon from "@mdi/svg/svg/gesture-tap.svg";
import EmailIcon from "@mdi/svg/svg/email.svg";
import SettingsIcon from "@mdi/svg/svg/cog.svg";
<ThemeProviver>
<SimpleBottomNavigation
items={[
{ label: "Home", value: "home", icon: HomeIcon },
{ label: "History", value: "history", icon: ReloadIcon },
{ label: "Action", value: "action", icon: ActionIcon },
{ label: "Inbox", value: "inbox", icon: EmailIcon },
{ label: "Settings", value: "settings", icon: SettingsIcon },
]}
onItemPress={() => {
// do something
}}
/>
</ThemeProviver>
Components included:
React Native Web support
Demo App
Documentation
Contributing
First Contributors
Core Contributors
Slack Community
Backers
Sponsors
1.5.0
3 years ago
1.4.0
3 years ago
1.0.0-develop.22
3 years ago
1.0.0-develop.23
3 years ago
1.0.0-develop.24
3 years ago
1.0.0-develop.25
3 years ago
1.0.0-develop.26
3 years ago
1.3.0
4 years ago
1.0.0-develop.21
4 years ago
1.0.0-develop.20
4 years ago
1.0.0-develop.18
4 years ago
1.0.0-develop.19
4 years ago
1.0.0-develop.17
4 years ago
1.2.0
4 years ago
1.0.0-develop.16
4 years ago
1.0.0-develop.14
4 years ago
1.0.0-develop.15
4 years ago
1.0.0-develop.13
4 years ago
1.0.0-develop.12
4 years ago
1.0.0-develop.11
4 years ago
1.0.0-develop.10
4 years ago
1.0.0-develop.9
4 years ago
1.0.0-develop.7
4 years ago
1.1.0
4 years ago
1.0.0-develop.8
4 years ago
1.0.0-rc.3
4 years ago
1.0.0-develop.6
4 years ago
1.0.0-develop.5
4 years ago
1.0.0
4 years ago
1.0.0-develop.3
4 years ago
1.0.0-develop.4
4 years ago
1.0.0-rc.2
4 years ago
1.0.0-develop.2
4 years ago
1.0.0-develop.1
4 years ago