Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 📱

Awesome Lists containing this project

README

        

# phone_navigation_components


component


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 (

)
}
```