react-animated-navigation
v1.3.2
Published
[](https://www.npmjs.com/package/react-animated-navigation) [](https://standardjs.com)  => {
return (
<div>
<KomaNavigation
link1='/'
title1='Main'
link2='/history'
title2='History'
link3='/projects'
title3='Projects'
link4='/form'
title4='Form'
/>
</div>
);
};Props:
They are limited for responsive solution (all be good in mobile too)
| props | required | default | description | | ------------- | ------------- | ------------- | ------------- | | link1(string)| yes | - | link to something | | title1(string) | yes | - | name of the link | | link2(string)| yes | - | link to something | | title2(string) | yes | - | name of the link | | link3(string)| yes | - | link to something | | title3(string) | yes | - | name of the link | | link4(string)| yes | - | link to something | | title4(string) | yes | - | name of the link |
