Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelhtml/phone_navigation_components
super simple phone navigation react components 📱
https://github.com/angelhtml/phone_navigation_components
angelcodestyle component javascript jsui nextjs react reactcomponents reactjs reactnavigation responsive solidjs solidjs-component ui-components ui-design uikit webnavigation
Last synced: about 8 hours ago
JSON representation
super simple phone navigation react components 📱
- Host: GitHub
- URL: https://github.com/angelhtml/phone_navigation_components
- Owner: angelhtml
- Created: 2023-09-03T14:09:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T16:54:17.000Z (about 1 year ago)
- Last Synced: 2024-11-12T15:25:29.067Z (2 months ago)
- Topics: angelcodestyle, component, javascript, jsui, nextjs, react, reactcomponents, reactjs, reactnavigation, responsive, solidjs, solidjs-component, ui-components, ui-design, uikit, webnavigation
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phone_navigation_components
super simple phone navigation react components 📱
Type A
NavigatorA.jsx
NavigatorA.module.css```javascript
import NavigatorA from '~/components/NavigatorA';export default function Home() {
return (
)
}
```
Type B
NavigatorB.jsx
NavigatorB.module.css```javascript
import NavigatorB from '~/components/NavigatorB';export default function Home() {
return (
)
}
```